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 9244a28 commit 4fe7a71Copy full SHA for 4fe7a71
Dockerfile
@@ -13,7 +13,7 @@ COPY --chown=1001:root . .
13
RUN chmod +x prepare_theme.sh && ./prepare_theme.sh
14
RUN mkdocs build
15
16
-FROM nginxinc/nginx-unprivileged:1.27-alpine as deploy
+FROM nginxinc/nginx-unprivileged:1.29-alpine as deploy
17
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
18
COPY default.conf /etc/nginx/conf.d/
19
0 commit comments