Skip to content

Commit

Permalink
chore(deps): bump library/nginx from 1.25.2-alpine3.18 to 1.25.3-alpi…
Browse files Browse the repository at this point in the history
…ne3.18 in /nginx-core (#2)
  • Loading branch information
alimd authored Nov 10, 2023
2 parents ea24614 + 2da5342 commit 10cd9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/nginx:1.25.2-alpine3.18
FROM docker.io/library/nginx:1.25.3-alpine3.18

RUN apk add --no-cache curl
HEALTHCHECK --interval=30s --timeout=3s --start-period=1s --retries=3 CMD curl -fso /dev/null http://localhost/server-info || exit 1
Expand Down

0 comments on commit 10cd9fa

Please sign in to comment.