Skip to content

Commit

Permalink
Update Dockerfile to use ghcr.io-hosted pebble images
Browse files Browse the repository at this point in the history
We have deprecated and plan to remove the dockerhub-hosted versions in the future.
  • Loading branch information
mcpherrinm authored and krtab committed Oct 24, 2024
1 parent 024b86a commit 23590e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-docker/pebble/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM letsencrypt/pebble:latest
FROM ghcr.io/letsencrypt/pebble:latest

ENV PEBBLE_VA_NOSLEEP=1

CMD pebble -config /test/config/pebble-config.json -strict -dnsserver 10.20.0.3:53
CMD pebble -config /test/config/pebble-config.json -strict -dnsserver 10.20.0.3:53

0 comments on commit 23590e3

Please sign in to comment.