1
0
Fork 0

Make final image use debian
continuous-integration/drone/push Build is passing Details

master
Ambrose Chua 2019-08-04 04:51:56 +08:00
parent 0694081fc9
commit 50e64a2e82
Signed by: ambrose
GPG Key ID: B34FBE029276BA5D
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN cargo build --release
RUN cp target/release/paste /paste
FROM scratch
FROM debian:stretch-slim
ARG version