Skip to content

Commit

Permalink
Update Dockerfile base image versions, bump certbot-dns-azure point v…
Browse files Browse the repository at this point in the history
…ersion.
  • Loading branch information
Ashley Felton authored and dbca-asi committed Dec 5, 2024
1 parent 9038293 commit 530353c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.certbot
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
2 changes: 1 addition & 1 deletion Dockerfile.nginx
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"

Expand Down

0 comments on commit 530353c

Please sign in to comment.