mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-08-17 08:55:54 +00:00
target a stable busybox release
This commit is contained in:
parent
d624e59021
commit
8dfb8f43ef
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user