We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9a85ec + a71b71b commit cce793cCopy full SHA for cce793c
Dockerfile
@@ -26,6 +26,9 @@ FROM nginxinc/nginx-unprivileged:1.29-alpine AS deployment
26
USER root
27
RUN apk update && apk add --no-cache "libpng>=1.6.54"
28
29
+# Update libcrypto3 to fix a security vulnerability (CVE-2025-15467)
30
+RUN apk add --no-cache "libcrypto3>=3.5.5"
31
+
32
USER nginx
33
COPY nginx.conf /etc/nginx/nginx.conf
34
ARG DOCROOT=/usr/share/nginx/html
0 commit comments