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 914cd26 commit c2cdbb0Copy full SHA for c2cdbb0
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM nginxinc/nginx-unprivileged:1.27-alpine
+FROM nginxinc/nginx-unprivileged:1.31-alpine
3
WORKDIR /usr/share/nginx/html/
4
5
# copy the entire application
DockerfileLocal
@@ -26,7 +26,7 @@ RUN mkdocs build
26
# remove the build theme because it is not needed after site is build.
27
RUN rm -rf dist
28
29
-FROM nginxinc/nginx-unprivileged:1.27-alpine as deploy
+FROM nginxinc/nginx-unprivileged:1.31-alpine as deploy
30
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
31
COPY default.conf /etc/nginx/conf.d/
32
0 commit comments