fix: update nginx image version to 1.28.3-alpine-slim in Dockerfiles

This commit is contained in:
alam00000
2026-04-01 14:08:28 +05:30
parent bd654a8bb6
commit 046a421591
2 changed files with 5 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ RUN --mount=type=secret,id=VITE_CORS_PROXY_URL \
npm run build:with-docs
# Production stage — uses standard nginx (starts as root, drops to PUID/PGID)
FROM nginx:stable-alpine-slim
FROM nginx:1.28.3-alpine-slim
LABEL org.opencontainers.image.source="https://github.com/alam00000/bentopdf"
LABEL org.opencontainers.image.url="https://github.com/alam00000/bentopdf"