Skip to content

Commit

Permalink
chore: use busybox as the final image
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 7, 2024
1 parent 2a2e57f commit 4b2f11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b2f11c

Please sign in to comment.