diff --git a/Dockerfile b/Dockerfile index 4a13dfcc..12cfa414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM nginxinc/nginx-unprivileged:1.25-alpine +FROM nginxinc/nginx-unprivileged:1.26-alpine WORKDIR /usr/share/nginx/html/ # copy the entire application diff --git a/DockerfileLocal b/DockerfileLocal index 0b3a246e..4af57235 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.25-alpine as deploy +FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/ COPY default.conf /etc/nginx/conf.d/