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 b6fab63 commit 1fa24cdCopy full SHA for 1fa24cd
Dockerfile
@@ -17,7 +17,7 @@ RUN python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdoc
17
# build the docs
18
RUN mkdocs build
19
20
-FROM nginxinc/nginx-unprivileged:1.27-alpine as deploy
+FROM nginxinc/nginx-unprivileged:1.29-alpine as deploy
21
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
22
COPY default.conf /etc/nginx/conf.d/
23
0 commit comments