Skip to content

Commit 3f3dd6c

Browse files
committed
chore(deps): upgrade all dependencies
1 parent 8fd029c commit 3f3dd6c

3 files changed

Lines changed: 168 additions & 155 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Stage 1: Build Stage (oven/bun:1.3.4-alpine)
2-
FROM oven/bun:1.3.4-alpine AS builder
1+
# Stage 1: Build Stage (oven/bun:1.3.6-alpine)
2+
FROM oven/bun:1.3.6-alpine AS builder
33

44
ARG VITE_ANALYTICS_DOMAIN=coolify.io/docs
55
ARG VITE_SITE_URL=https://coolify.io/docs/
@@ -45,8 +45,8 @@ RUN --mount=type=cache,target=/root/.bun \
4545
--mount=type=cache,target=/app/docs/.vitepress/cache \
4646
bun run build
4747

48-
# Stage 2: NGINX Unprivileged Setup (1.27.3-alpine-slim, ARM64)
49-
FROM nginxinc/nginx-unprivileged:1.27.3-alpine-slim AS final
48+
# Stage 2: NGINX Unprivileged Setup (1.29.3-alpine-slim, ARM64)
49+
FROM nginxinc/nginx-unprivileged:1.29.3-alpine-slim AS final
5050

5151
# Set working directory for NGINX and copy built files from the build stage
5252
WORKDIR /usr/share/nginx/html

0 commit comments

Comments
 (0)