We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f098b commit 7ab3169Copy full SHA for 7ab3169
containers/nginx/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.27.5-alpine AS production
+FROM nginx:1.28.0-alpine AS production
2
WORKDIR /var/www/html
3
COPY containers/nginx/config /etc/nginx
4
ADD --chmod=755 \
0 commit comments