Skip to content

Commit 0f8897c

Browse files
Merge pull request #197 from IABTechLab/bmz-UID2-7411-reverse-proxy-apk-upgrade
UID2-7411: Remediate HIGH/CRITICAL vulns in reverse-proxy image
2 parents 7c439be + dcb5604 commit 0f8897c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/reverse-proxy/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM nginx:alpine
22

3+
# Upgrade base Alpine packages to latest security builds (openssl/libssl3/libcrypto3, musl, zlib, libxml2, libexpat, nghttp2)
4+
RUN apk upgrade --no-cache
5+
36
# Install wget for healthcheck, gettext for envsubst, and openssl for fallback cert generation
47
RUN apk add --no-cache wget gettext openssl
58

0 commit comments

Comments
 (0)