We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bcf8a commit 6a06fb8Copy full SHA for 6a06fb8
Dockerfile
@@ -1,7 +1,7 @@
1
FROM nginxinc/nginx-unprivileged:1.27.1-alpine
2
USER root
3
RUN apk update && \
4
- apk upgrade openssl expat && \
+ apk upgrade openssl=3.3.2-r0 expat=2.6.3-r0 && \
5
rm -rf /var/cache/apk/*
6
USER nginx
7
COPY static /usr/share/nginx/html
0 commit comments