From 4b2f11cacea1cffc89029df1dbbaa500cd242332 Mon Sep 17 00:00:00 2001 From: Meysam Azad Date: Mon, 7 Oct 2024 18:33:09 +0330 Subject: [PATCH] chore: use busybox as the final image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index affb2c4..d6c4782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN if [ "${TARGETARCH}" = "amd64" ]; then \ exit 1; \ fi -FROM alpine:${ALPINE_VERSION} as release +FROM busybox:1 as release ARG TARGETARCH ARG AZCOPY_VERSION