Skip to content

Commit

Permalink
Bump nginx from 1.23.2-alpine to 1.25.3-alpine in /docker/nginx
Browse files Browse the repository at this point in the history
Bumps nginx from 1.23.2-alpine to 1.25.3-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 8385dc0 commit 34c1af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# build args

FROM nginx:1.23.2-alpine AS nginx_build
FROM nginx:1.25.3-alpine AS nginx_build

# install pkgs
RUN apk add --update-cache python3 py3-pip && \
Expand Down

0 comments on commit 34c1af4

Please sign in to comment.