Images: Fix FromAsCasing. (#13125)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
6b12ef748e
commit
c2a9671f66
6 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
ARG BASE_IMAGE
|
||||
|
||||
FROM ${BASE_IMAGE} as chroot
|
||||
FROM ${BASE_IMAGE} AS chroot
|
||||
|
||||
# This intermediary image will be used only to copy all the required files to the chroot
|
||||
# TODO: Simplify in a future to a single Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue