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