diff --git a/Dockerfile.certbot b/Dockerfile.certbot index aa00822..6997f52 100644 --- a/Dockerfile.certbot +++ b/Dockerfile.certbot @@ -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="asi@dbca.wa.gov.au" 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 diff --git a/Dockerfile.nginx b/Dockerfile.nginx index 807a387..c927cb2 100644 --- a/Dockerfile.nginx +++ b/Dockerfile.nginx @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM nginx:1.26.1 +FROM nginx:1.26.2 LABEL org.opencontainers.image.authors="asi@dbca.wa.gov.au" LABEL org.opencontainers.image.source="https://github.com/dbca-wa/nginx-certbot"