mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
Update nginx to patched version 1.30.1
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ RUN --mount=type=cache,target=/root/.bun \
|
||||
--mount=type=cache,target=/app/docs/.vitepress/cache \
|
||||
bun run build
|
||||
|
||||
# Stage 2: NGINX Unprivileged Setup (1.29.3-alpine-slim, ARM64)
|
||||
FROM nginxinc/nginx-unprivileged:1.29.3-alpine-slim AS final
|
||||
# Stage 2: NGINX Unprivileged Setup
|
||||
FROM nginxinc/nginx-unprivileged:1.30.1-alpine-slim AS final
|
||||
|
||||
# Set working directory for NGINX and copy built files from the build stage
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user