Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update nginx docker tag to v1.27.2
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 3, 2024
1 parent b751aa4 commit 6bbfdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.27.2-alpine@sha256:2140dad235c130ac861018a4e13a6bc8aea3a35f3a40e20c1b060d51a7efd250
LABEL maintainer="C.S.V. Alpha <[email protected]>"

RUN rm /etc/nginx/conf.d/default.conf

0 comments on commit 6bbfdba

Please sign in to comment.