use alpine:3.9 as the base image

This commit is contained in:
TheDen 2019-05-06 17:46:00 +10:00
parent 09296c0214
commit a10c94af9b
No known key found for this signature in database
GPG Key ID: 422C77464A8E7F4A

View File

@ -1,3 +1,3 @@
FROM debian:stable-slim
FROM alpine:3.9
COPY dive /
ENTRYPOINT ["/dive"]