mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-15 08:54:27 +00:00
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.
This commit is contained in:
parent
d17c85e4c8
commit
ec7c244607
@ -4,7 +4,7 @@
|
|||||||
# This file assumes that the frontend has been built using ./scripts/frontend-build
|
# This file assumes that the frontend has been built using ./scripts/frontend-build
|
||||||
|
|
||||||
FROM nginxproxymanager/testca AS testca
|
FROM nginxproxymanager/testca AS testca
|
||||||
FROM letsencrypt/pebble AS pebbleca
|
FROM ghcr.io/letsencrypt/pebble AS pebbleca
|
||||||
FROM nginxproxymanager/nginx-full:certbot-node
|
FROM nginxproxymanager/nginx-full:certbot-node
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user