Skip to content

Commit 6a06fb8

Browse files
committed
Still trying to fix openssl and expat cves
Signed-off-by: Jean-Laurent de Morlhon <[email protected]>
1 parent 49bcf8a commit 6a06fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nginxinc/nginx-unprivileged:1.27.1-alpine
22
USER root
33
RUN apk update && \
4-
apk upgrade openssl expat && \
4+
apk upgrade openssl=3.3.2-r0 expat=2.6.3-r0 && \
55
rm -rf /var/cache/apk/*
66
USER nginx
77
COPY static /usr/share/nginx/html

0 commit comments

Comments
 (0)