1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-08-01 17:26:53 +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

@ -5,7 +5,7 @@
# - ./scripts/ci/build-frontend
FROM nginxproxymanager/testca AS testca
FROM letsencrypt/pebble AS pebbleca
FROM ghcr.io/letsencrypt/pebble AS pebbleca
FROM jc21/gotools:latest AS gobuild
SHELL ["/bin/bash", "-o", "pipefail", "-c"]