Fix docker warnings

This commit is contained in:
Jamie Curnow
2024-09-11 20:24:31 +10:00
parent 0a18a565c7
commit 0cd2e07fd3
2 changed files with 4 additions and 4 deletions

View File

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