Moved base images docker repo back to jc21, as

docker is sunsetting free teams and this open source project isn't prepared to pay 300 shmackaroos for a nicer image url
This commit is contained in:
Jamie Curnow
2023-03-15 15:28:28 +10:00
parent 700518a0a2
commit 12909de3c1
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
FROM nginxproxymanager/testca as testca
FROM jc21/testca as testca
FROM letsencrypt/pebble as pebbleca
FROM nginxproxymanager/nginx-full:acmesh-golang
FROM jc21/nginx-full:acmesh-golang
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]