diff --git a/Dockerfile b/Dockerfile index 02c8339..55e03d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN npm run postinstall && npm run generate && npm run lint && npm run test:cove FROM scratch as export COPY --from=builder /build/coverage / -FROM amd64/nginx:1.29.4@sha256:450d33f326ef97ebf58f47fb0315736c46c97cc48a90512e4c68f1b44f7febf7 +FROM amd64/nginx:1.29.5@sha256:c2a63cf3b2905e3ff73b0746cbd79e4d5b88fb70c56e9ce63d6537c1e5cc68d8 MAINTAINER Joakim Olsson COPY ./nginx/nginx.conf /etc/nginx/nginx.conf