We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70eafce commit 481725bCopy full SHA for 481725b
Dockerfile-docs
@@ -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.25-alpine as deploy
+FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy
21
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/reloader/
22
COPY docs-nginx.conf /etc/nginx/conf.d/default.conf
23
0 commit comments