Fetch patched libpng from edge for frontend runtime
Build and Push Docker Images / build-backend (push) Failing after 15m39s
Build and Push Docker Images / build-frontend (push) Failing after 4m3s
Build and Push Docker Images / summary (push) Successful in 3s

This commit is contained in:
2025-11-28 17:52:24 +01:00
parent 5f1affafd8
commit 1ae63890ff
+2 -2
View File
@@ -35,8 +35,8 @@ FROM nginx:1.27-alpine3.21
# Upgrade all packages to fix security vulnerabilities (BusyBox CVEs)
RUN apk upgrade --no-cache
# Ensure libpng includes CVE fixes
RUN apk add --no-cache 'libpng>=1.6.51-r0'
# Ensure libpng includes CVE fixes (pull patched version from edge)
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main 'libpng>=1.6.51-r0'
# Install runtime dependencies
RUN apk add --no-cache curl