Update nginx to patched version 1.30.1

This commit is contained in:
ShadowArcanist
2026-05-16 23:55:50 +05:30
committed by GitHub
parent 0fbad2ba2a
commit c7cf09f05f
+2 -2
View File
@@ -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