We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03e9e2 commit 58b2f53Copy full SHA for 58b2f53
Dockerfile
@@ -6,7 +6,7 @@ COPY . .
6
7
RUN hugo
8
9
-FROM nginx:1.21.6-alpine
+FROM nginx:1.29.5-alpine
10
COPY --from=build /src/public/ /usr/share/nginx/html
11
12
CMD ["nginx", "-g", "daemon off;"]
Dockerfile.prod
@@ -8,7 +8,7 @@ EXPOSE 80
RUN hugo --config config.prod.toml
-FROM nginx:1.25.2-alpine
13
14
0 commit comments