Skip to content

Commit

Permalink
Fixing openssl issue
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 805261b commit 277d381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
FROM nginxinc/nginx-unprivileged:1.27.1-alpine
COPY static /usr/share/nginx/html
RUN apk update && \
apk upgrade expat openssl && \
rm -rf /var/cache/apk/*

0 comments on commit 277d381

Please sign in to comment.