Skip to content

Commit 0cd2e07

Browse files
committed
Fix docker warnings
1 parent 0a18a56 commit 0cd2e07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# This file assumes that these scripts have been run first:
55
# - ./scripts/ci/build-frontend
66

7-
FROM nginxproxymanager/testca as testca
8-
FROM letsencrypt/pebble as pebbleca
7+
FROM nginxproxymanager/testca AS testca
8+
FROM letsencrypt/pebble AS pebbleca
99
FROM jc21/gotools:latest AS gobuild
1010

1111
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

docker/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM nginxproxymanager/testca as testca
2-
FROM letsencrypt/pebble as pebbleca
1+
FROM nginxproxymanager/testca AS testca
2+
FROM letsencrypt/pebble AS pebbleca
33
FROM nginxproxymanager/nginx-full:acmesh-golang
44
LABEL maintainer="Jamie Curnow <[email protected]>"
55

0 commit comments

Comments
 (0)