Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.25.3-alpine to 1.25.4-alpine
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.3-alpine to 1.25.4-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 936166c commit 54fe1ec
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
Expand Up @@ -13,7 +13,7 @@ RUN yarn install \
&& VITE_ENVIRONMENT=${TARGET_NETWORK} yarn build

# production environment
FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine
HEALTHCHECK CMD wget -O /dev/null http://localhost || exit 1
COPY --from=build /app/build /usr/share/nginx/html
EXPOSE 80
Expand Down

0 comments on commit 54fe1ec

Please # to comment.