Fix: WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match

This commit is contained in:
gparent 2024-06-30 20:14:03 +00:00
parent c1ee06b6ef
commit 10cfcee81b
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -130,7 +130,7 @@ RUN export APP_INSTALL_ARGS="" && \
echo "{}" > sites/common_site_config.json && \
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
FROM base as backend
FROM base AS backend
USER frappe

View file

@ -115,7 +115,7 @@ RUN bench init \
echo "{}" > sites/common_site_config.json && \
find apps -mindepth 1 -path "*/.git" | xargs rm -fr
FROM base as erpnext
FROM base AS erpnext
USER frappe