Skip to content

Commit

Permalink
Still trying to fix openssl and expat cves
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Laurent de Morlhon <[email protected]>
  • Loading branch information
jeanlaurent committed Sep 5, 2024
1 parent 6a8b4eb commit 47ab617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM nginxinc/nginx-unprivileged:1.27.1-alpine
USER root
RUN apk update && \
apk add --no-cache openssl=3.3.2-r0 expat=2.6.3-r0 && \
apk add --no-cache openssl=3.3.2-r0 && \
apk add --no-cache libexpat=2.6.3-r0 && \
rm -rf /var/cache/apk/*
USER nginx
COPY static /usr/share/nginx/html

0 comments on commit 47ab617

Please sign in to comment.