Skip to content

Commit

Permalink
Bump nginx from 1.27.2-alpine to 1.27.3-alpine in /docker/nginx
Browse files Browse the repository at this point in the history
Bumps nginx from 1.27.2-alpine to 1.27.3-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 Nov 27, 2024
1 parent 89f85a6 commit 35f547f
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.27.2-alpine AS nginx_build
FROM nginx:1.27.3-alpine AS nginx_build

# install pkgs
RUN apk add --update-cache python3 py3-pip jinja2-cli
Expand Down

0 comments on commit 35f547f

Please sign in to comment.