Skip to content

Commit

Permalink
Merge pull request #2104 from vrk-kpa/dependabot/docker/docker/nginx/…
Browse files Browse the repository at this point in the history
…nginx-1.25.3-alpine

Bump nginx from 1.23.2-alpine to 1.25.3-alpine in /docker/nginx
  • Loading branch information
Zharktas authored Nov 6, 2023
2 parents fc00f08 + 18496c0 commit 088c9d5
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 088c9d5

Please sign in to comment.