diff --git a/Dockerfile b/Dockerfile index 2fe6379..993484f 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.31.3@sha256:48d15d50712293218f8e39cac166d2dc51c10d569b7223d69ca495710cda9374 +FROM amd64/nginx:1.31.4@sha256:cb2bb6f97a48323d18af97bb10203bc6a04dcb346eb213ee73df010dd493308c MAINTAINER Joakim Olsson COPY ./nginx/nginx.conf /etc/nginx/nginx.conf