diff --git a/Dockerfile b/Dockerfile index 9fbd582..e589d7a 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:79f2c2c26124360d69d12078d36f9bf129fffe6eabe146ed3689b523fdf39a17 as production +FROM docker.io/nginxinc/nginx-unprivileged:latest@sha256:eb791a202453e211d1b754b1402f02515aec95b7c909209e1d1174fb4e103f79 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/