diff --git a/Dockerfile b/Dockerfile index 2a4daf7..8ffb094 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY . /build RUN npm run postinstall && npm run generate && npm run lint #RUN yarn start:ci & yarn wait && yarn test:cypress -FROM amd64/nginx:1.29.0@sha256:1255491f87317acd3c7c9329f29054473fd5d4dc84646e47bc672aaa7e9f0c67 +FROM amd64/nginx:1.29.0@sha256:c92678e0731e7e5997344de4c5fd8647c974cf87e9705c48ab3d4ccbadfd6a95 MAINTAINER Joakim Olsson COPY --from=builder /build/.output/public/ /usr/share/nginx/html/