Fix docker warnings

This commit is contained in:
Jamie Curnow 2024-09-11 20:24:31 +10:00
parent 0a18a565c7
commit 0cd2e07fd3
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
# This file assumes that these scripts have been run first:
# - ./scripts/ci/build-frontend
FROM nginxproxymanager/testca as testca
FROM letsencrypt/pebble as pebbleca
FROM nginxproxymanager/testca AS testca
FROM letsencrypt/pebble AS pebbleca
FROM jc21/gotools:latest AS gobuild
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

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>"