1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-28 08:02:00 +03:00

Remove arm7 from supported archs. Update pebble to use newer image

This commit is contained in:
Jamie Curnow
2024-10-25 08:05:46 +10:00
parent bee6a83f33
commit 8434a2d1fa
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM nginxproxymanager/testca AS testca
FROM letsencrypt/pebble AS pebbleca
FROM ghcr.io/letsencrypt/pebble AS pebbleca
FROM nginxproxymanager/nginx-full:acmesh-golang
LABEL maintainer="Jamie Curnow <jc@jc21.com>"