From 877cdf4ea17cb7e5bf8e54d0c53c09643fcf59ef Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 11 Jan 2024 23:16:41 +0100 Subject: [PATCH] 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. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 591ed83e..c35b0f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -418,7 +418,7 @@ ENV BUILD_VERSION=$BUILD_VERSION ############################## # 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 ARG TARGETARCH