diff --git a/Dockerfile b/Dockerfile index 3cc491e..165e434 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY --chown=1001:root . . RUN chmod +x prepare_theme.sh && ./prepare_theme.sh RUN mkdocs build -FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy +FROM nginxinc/nginx-unprivileged:1.27-alpine as deploy COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/tronador/ COPY default.conf /etc/nginx/conf.d/