Skip to content

Commit 47ab617

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM nginxinc/nginx-unprivileged:1.27.1-alpine
22
USER root
33
RUN apk update && \
4-
apk add --no-cache openssl=3.3.2-r0 expat=2.6.3-r0 && \
4+
apk add --no-cache openssl=3.3.2-r0 && \
5+
apk add --no-cache libexpat=2.6.3-r0 && \
56
rm -rf /var/cache/apk/*
67
USER nginx
78
COPY static /usr/share/nginx/html

0 commit comments

Comments
 (0)