Skip to content

Commit e476faf

Browse files
committed
Fix docker FROM AS/as error.
1 parent 7327552 commit e476faf

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)