fix: update nginx image version and add ignoreEncryption flag in pdf decrypt tests

This commit is contained in:
alam00000
2026-03-31 11:51:25 +05:30
parent d1bac8675b
commit fefc433e0b
2 changed files with 3 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ RUN --mount=type=secret,id=VITE_CORS_PROXY_URL \
npm run build:with-docs
# Production stage
FROM quay.io/nginx/nginx-unprivileged:stable-alpine-slim
FROM quay.io/nginx/nginx-unprivileged: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"