From 9c0d753f7dddedc1444178171add376cea91ec30 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 24 Jun 2019 19:38:56 +0200 Subject: [PATCH] docker: Updated docker from alpine 3.8 to 3.9 (#286) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dab954f..ca0393b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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