We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c439be + dcb5604 commit 0f8897cCopy full SHA for 0f8897c
1 file changed
tools/reverse-proxy/Dockerfile
@@ -1,5 +1,8 @@
1
FROM nginx:alpine
2
3
+# Upgrade base Alpine packages to latest security builds (openssl/libssl3/libcrypto3, musl, zlib, libxml2, libexpat, nghttp2)
4
+RUN apk upgrade --no-cache
5
+
6
# Install wget for healthcheck, gettext for envsubst, and openssl for fallback cert generation
7
RUN apk add --no-cache wget gettext openssl
8
0 commit comments