diff --git a/Dockerfile b/Dockerfile index 12cfa414..06c1f54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM nginxinc/nginx-unprivileged:1.26-alpine +FROM nginxinc/nginx-unprivileged:1.27-alpine WORKDIR /usr/share/nginx/html/ # copy the entire application diff --git a/DockerfileLocal b/DockerfileLocal index 4af57235..1c4de91a 100644 --- a/DockerfileLocal +++ b/DockerfileLocal @@ -26,7 +26,7 @@ RUN mkdocs build # remove the build theme because it is not needed after site is build. RUN rm -rf dist -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/ COPY default.conf /etc/nginx/conf.d/