diff --git a/Dockerfile b/Dockerfile index a8a06c9..6021eee 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.3@sha256:4fd8a65a560a906addb9930f2cd5a3d33ff5b8e8b50e983bce275c9c78151a96 +FROM amd64/nginx:1.29.3@sha256:baf707da2d4fc3ae3f1b4ae266fc5c46ad17f925eb04f5c00378e978a267ea4a MAINTAINER Joakim Olsson COPY --from=builder /build/.output/public/ /usr/share/nginx/html/