Fix: WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (#1426)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:bookworm-slim as bench
|
||||
FROM debian:bookworm-slim AS bench
|
||||
|
||||
LABEL author=frappé
|
||||
|
||||
@@ -145,7 +145,7 @@ RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh |
|
||||
|
||||
EXPOSE 8000-8005 9000-9005 6787
|
||||
|
||||
FROM bench as bench-test
|
||||
FROM bench AS bench-test
|
||||
|
||||
# Print version and verify bashrc is properly sourced so that everything works
|
||||
# in the interactive shell and Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user