Skip to content

Commit

Permalink
Fix Dependabot rebase skipping nginx v1.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Apr 24, 2024
1 parent a685fab commit 17de7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.26.0
FROM nginx:1.25.5
LABEL maintainer="Jonas Alfredsson <[email protected]>"

ENV CERTBOT_DNS_AUTHENTICATORS \
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.26.0-alpine
FROM nginx:1.25.5-alpine
LABEL maintainer="Jonas Alfredsson <[email protected]>"

ENV CERTBOT_DNS_AUTHENTICATORS \
Expand Down

0 comments on commit 17de7f5

Please sign in to comment.