Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.0 (#1851)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent adda6a8 commit 1dce8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY src/ src/
RUN yarn generate

# ----- final image ----- #
FROM nginx:1.26.0-alpine
FROM nginx:1.27.0-alpine

COPY nginx-template.conf /etc/nginx/templates/default.conf.template

Expand Down

0 comments on commit 1dce8ac

Please sign in to comment.