Compare commits

...

2 Commits

Author SHA1 Message Date
Matthew McPherrin
4943163c87
Merge ec7c244607c84b946940ff60ebc0eaf1e6766a78 into 498109addb6f2541082b88cb6ae115939321873c 2025-01-30 23:26:13 -08:00
Matthew McPherrin
ec7c244607
Update Dockerfile to use ghcr.io/letsencrypt/pebble
The dockerhub letsencrypt/pebble image is deprecated and we will remove it in the future. This switches to the ghcr.io hosted version.
2024-10-24 16:19:50 -04:00

View File

@ -4,7 +4,7 @@
# This file assumes that the frontend has been built using ./scripts/frontend-build
FROM nginxproxymanager/testca AS testca
FROM letsencrypt/pebble AS pebbleca
FROM ghcr.io/letsencrypt/pebble AS pebbleca
FROM nginxproxymanager/nginx-full:certbot-node
ARG TARGETPLATFORM