From 1de6fe79e395ce62e100e7eb625729bb79d36e28 Mon Sep 17 00:00:00 2001 From: Alexander Farber Date: Sat, 11 Jan 2025 17:02:59 +0100 Subject: [PATCH] Update the link to multi staged builds in the comment --- docker/Dockerfile-alpine | 2 +- docker/Dockerfile-debian | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile-alpine b/docker/Dockerfile-alpine index 9c7bb45b3..37aabd431 100644 --- a/docker/Dockerfile-alpine +++ b/docker/Dockerfile-alpine @@ -50,7 +50,7 @@ RUN NPROC=${BUILD_CONCURRENCY:-$(nproc)} && \ rm -rf /src -# Multistage build to reduce image size - https://docs.docker.com/engine/userguide/eng-image/multistage-build/#use-multi-stage-builds +# Multistage build to reduce image size - https://docs.docker.com/build/building/multi-stage/#use-multi-stage-builds # Only the content below ends up in the image, this helps remove /src from the image (which is large) FROM alpine-mimalloc AS runstage diff --git a/docker/Dockerfile-debian b/docker/Dockerfile-debian index 71b990a6b..0b60b748c 100644 --- a/docker/Dockerfile-debian +++ b/docker/Dockerfile-debian @@ -44,7 +44,7 @@ RUN NPROC=${BUILD_CONCURRENCY:-$(nproc)} && \ rm -rf /src -# Multistage build to reduce image size - https://docs.docker.com/engine/userguide/eng-image/multistage-build/#use-multi-stage-builds +# Multistage build to reduce image size - https://docs.docker.com/build/building/multi-stage/#use-multi-stage-builds # Only the content below ends up in the image, this helps remove /src from the image (which is large) FROM debian:bookworm-slim AS runstage