Skip to content

Commit

Permalink
docker: gateway: bump nginx in /gateway
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and otavio committed Feb 19, 2024
1 parent b8e4587 commit 7d72515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.3-alpine AS base
FROM nginx:1.25.4-alpine AS base

RUN ["rm", "/etc/nginx/conf.d/default.conf"]

Expand Down

0 comments on commit 7d72515

Please sign in to comment.