-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
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.25.2
- Loading branch information
1 parent
db49b40
commit 723075c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.25.2-alpine@sha256:0e888c6bd5fa49d56c2ed14ddd108aca74c445d3c2d81020325e4560b73f6225 | ||
LABEL maintainer="C.S.V. Alpha <[email protected]>" | ||
|
||
RUN rm /etc/nginx/conf.d/default.conf | ||
|