Skip to content

Commit cce793c

Browse files
committed
Merge branch 'main' into demo_image_support
2 parents a9a85ec + a71b71b commit cce793c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ FROM nginxinc/nginx-unprivileged:1.29-alpine AS deployment
2626
USER root
2727
RUN apk update && apk add --no-cache "libpng>=1.6.54"
2828

29+
# Update libcrypto3 to fix a security vulnerability (CVE-2025-15467)
30+
RUN apk add --no-cache "libcrypto3>=3.5.5"
31+
2932
USER nginx
3033
COPY nginx.conf /etc/nginx/nginx.conf
3134
ARG DOCROOT=/usr/share/nginx/html

0 commit comments

Comments
 (0)