diff --git a/Dockerfile b/Dockerfile index 72314161b..432f3a6ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM base AS builder RUN DEPLOY_TARGET=$DEPLOY_TARGET BUILD_HASH=$BUILD_HASH ember build --environment=production -FROM nginx:1.24.0-alpine@sha256:b7db705c8986070be8aa99ec0886886ddb3c75b1e46301f54865b16db79e9e52 +FROM nginx:1.24.0-alpine@sha256:414c356a0285a759eab99812c4cef3fb97e6b6be3beac1782ac8f7613a941e76 LABEL maintainer="C.S.V. Alpha " RUN rm /etc/nginx/conf.d/default.conf