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 ea58247 commit dd2aa27Copy full SHA for dd2aa27
containers/nginx/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.27.3-alpine AS production
+FROM nginx:1.27.4-alpine AS production
2
WORKDIR /var/www/html
3
COPY containers/nginx/config /etc/nginx
4
ADD --chmod=755 \
0 commit comments