We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870f515 commit 29a4cfcCopy full SHA for 29a4cfc
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.2-alpine@sha256:61e01287e546aac28a3f56839c136b31f590273f3b41187a36f46f6a03bbfe22
20
LABEL maintainer="C.S.V. Alpha <ict@csvalpha.nl>"
21
22
RUN rm /etc/nginx/conf.d/default.conf
0 commit comments