target a stable busybox release

This commit is contained in:
Paolo Asperti 2022-06-20 16:59:24 +02:00
parent d624e59021
commit 8dfb8f43ef
No known key found for this signature in database
GPG Key ID: 06D46905D19D5182

View File

@ -6,7 +6,7 @@ RUN \
cd /src && \ cd /src && \
cargo build -r --manifest-path /src/Cargo.toml cargo build -r --manifest-path /src/Cargo.toml
FROM busybox FROM busybox:stable
ARG S6_OVERLAY_VERSION=3.1.0.1 ARG S6_OVERLAY_VERSION=3.1.0.1
ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp