fix(deps): pin urllib3>=2.7.0 and idna>=3.15; apk upgrade in nginx stage; form-data override
Aegis CI / lint-and-test (push) Has been cancelled
Snyk Security Scan / Python vulnerabilities (backend) (push) Has been cancelled
Snyk Security Scan / npm vulnerabilities (frontend) (push) Has been cancelled
Snyk Security Scan / Docker image vulnerabilities (backend) (push) Has been cancelled

This commit is contained in:
kitos
2026-06-25 13:26:06 +02:00
parent 6e29c7081f
commit 070b402358
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -34,6 +34,9 @@ RUN npm run build
# ── Production Stage ───────────────────────────────────────────────────────
FROM nginx:1.31.1-alpine3.23-slim AS production
# Patch Alpine system packages (resolves openssl CVEs in base image)
RUN apk update && apk upgrade --no-cache
# Copy built files to nginx
COPY --from=build /app/dist /usr/share/nginx/html