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