We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e10420 commit 078e095Copy full SHA for 078e095
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:77e5d4a6ad906c5d3793764085706577fa705b1dc6f244ea0241c4b5e2155385
+FROM nginx:1.29.0-alpine@sha256:d67ea0d64d518b1bb04acde3b00f722ac3e9764b3209a9b0a98924ba35e4b779
20
LABEL maintainer="C.S.V. Alpha <ict@csvalpha.nl>"
21
22
RUN rm /etc/nginx/conf.d/default.conf
0 commit comments