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 f682a69 commit b1ee068Copy full SHA for b1ee068
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.26-alpine as deploy
+FROM nginxinc/nginx-unprivileged:1.27-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