Skip to content

Commit dcb5604

Browse files
UID2-7411: upgrade Alpine packages in reverse-proxy image to remediate HIGH/CRITICAL vulns
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7c439be commit dcb5604

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)