We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805261b commit 277d381Copy full SHA for 277d381
Dockerfile
@@ -1,2 +1,5 @@
1
FROM nginxinc/nginx-unprivileged:1.27.1-alpine
2
COPY static /usr/share/nginx/html
3
+RUN apk update && \
4
+ apk upgrade expat openssl && \
5
+ rm -rf /var/cache/apk/*
0 commit comments