Skip to content

Commit 9b51b5c

Browse files
Merge pull request #6959 from hjoliver/docker-from-as
Fix docker FROM AS/as warning.
2 parents ea4cca8 + e476faf commit 9b51b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/cylc-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN \
2121
# 2) The Cylc image
2222
# This has the Cylc Mamba environment installed and activated by default in
2323
# Bash shells. However, it does not have Mamba installed.
24-
FROM ubuntu:latest as cylc-dev
24+
FROM ubuntu:latest AS cylc-dev
2525

2626
COPY --from=mamba /tmp/venv /venv
2727
COPY ./ /cylc

0 commit comments

Comments
 (0)