Skip to content

Commit

Permalink
Bump nginx from 1.25.1-alpine to 1.25.5-alpine (#1700)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.1-alpine to 1.25.5-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent a18c2e5 commit b97f410
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 @@ -11,7 +11,7 @@ RUN npm run build


## App
FROM nginx:1.25.1-alpine
FROM nginx:1.25.5-alpine

COPY --from=builder /src/dist /app

Expand Down

0 comments on commit b97f410

Please sign in to comment.