mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
build: standard image from base_image stage (#5129)
Build the standard image starting from the base_image stage because we don't need anything from the slim image.
This commit is contained in:
parent
d5da0ceac9
commit
877cdf4ea1
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ ENV BUILD_VERSION=$BUILD_VERSION
|
||||||
##############################
|
##############################
|
||||||
# Build the standard variant #
|
# Build the standard variant #
|
||||||
##############################
|
##############################
|
||||||
FROM slim as standard
|
FROM base_image as standard
|
||||||
|
|
||||||
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
|
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
Loading…
Reference in a new issue