diff --git a/Dockerfile b/Dockerfile index c6e40cb..df5c547 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN aikido-npm run build # Use a minimal image for production # Specific SHA256 so dependabot can update it # See https://github.com/lucacome/docker-image-update-checker/issues/71 -FROM docker.io/nginxinc/nginx-unprivileged:latest@sha256:0a7658b1a51df663ad17cfe82ab6edd7f56f82cfe7b49f282f83a30617f3f404 as production +FROM docker.io/nginxinc/nginx-unprivileged:latest@sha256:3d9ecaa236fb9f37bff27260147e6e6e0126bca35dc4a77b58955b2cecd7cc11 as production # Copy the built files from the builder stage to the nginx html directory COPY --from=builder /opt/app-root/src/dist/ /usr/share/nginx/html/