We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b497a commit 7078f28Copy full SHA for 7078f28
1 file changed
containers/nginx/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.31.1-alpine AS production
+FROM nginx:1.31.2-alpine AS production
2
WORKDIR /var/www/html
3
COPY containers/nginx/config /etc/nginx
4
ADD --chmod=755 \
0 commit comments