-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile base image versions, bump certbot-dns-azure point v…
…ersion.
- Loading branch information
Ashley Felton
authored and
dbca-asi
committed
Dec 5, 2024
1 parent
9038293
commit 530353c
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# syntax=docker/dockerfile:1 | ||
FROM certbot/dns-cloudflare:v2.11.0 | ||
FROM certbot/dns-cloudflare:v3.0.1 | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/dbca-wa/nginx-certbot" | ||
|
||
RUN pip install certbot-dns-azure==2.5.0 | ||
RUN pip install certbot-dns-azure==2.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# syntax=docker/dockerfile:1 | ||
FROM nginx:1.26.1 | ||
FROM nginx:1.26.2 | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/dbca-wa/nginx-certbot" | ||
|
||
|