docker: Updated docker from alpine 3.8 to 3.9 (#286)

This commit is contained in:
Thomas 2019-06-24 19:38:56 +02:00 committed by Marius
parent 7cab4b087a
commit 9c0d753f7d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN apk add --no-cache \
&& apk del git
# start a new stage that copies in the binary built in the previous stage
FROM alpine:3.8
FROM alpine:3.9
COPY --from=builder /go/bin/tusd /usr/local/bin/tusd