diff --git a/Dockerfile b/Dockerfile index 27d9ef9..24098b4 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.4@sha256:506d6be5e76c0b5bd15398853c158210cd030926eb0206bd11c14826e3ec9cdd +FROM amd64/nginx:1.29.4@sha256:14c54109a4bff01b4163013fc9509e7f097691c8484f5f0c6772d937c0a75a16 MAINTAINER Joakim Olsson COPY --from=builder /build/.output/public/ /usr/share/nginx/html/