Browse Source

target a stable busybox release

Paolo Asperti 3 years ago
parent
commit
8dfb8f43ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

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