We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b751aa4 commit 773aedbCopy full SHA for 773aedb
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ FROM base AS builder
16
RUN DEPLOY_TARGET=$DEPLOY_TARGET BUILD_HASH=$BUILD_HASH ember build --environment=production
17
18
19
-FROM nginx:1.24.0-alpine@sha256:b7db705c8986070be8aa99ec0886886ddb3c75b1e46301f54865b16db79e9e52
+FROM nginx:1.27.0-alpine@sha256:e6b19610ae710477e6cffb6e48b17a47348b50952713cbab6f672e5ab85fe8f4
20
LABEL maintainer="C.S.V. Alpha <ict@csvalpha.nl>"
21
22
RUN rm /etc/nginx/conf.d/default.conf
0 commit comments