mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-06 10:25:14 +00:00
Use new pebble image location
This commit is contained in:
@@ -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:latest AS pebbleca
|
||||||
FROM nginxproxymanager/nginx-full:certbot-node
|
FROM nginxproxymanager/nginx-full:certbot-node
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
FROM nginxproxymanager/testca AS testca
|
FROM nginxproxymanager/testca AS testca
|
||||||
FROM letsencrypt/pebble AS pebbleca
|
FROM ghcr.io/letsencrypt/pebble:latest AS pebbleca
|
||||||
FROM nginxproxymanager/nginx-full:certbot-node
|
FROM nginxproxymanager/nginx-full:certbot-node
|
||||||
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
|
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user