From 36ecc269ae70c37907f0ad5cb80e29f75b9d1e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Tue, 6 Apr 2021 00:15:45 +0200 Subject: [PATCH] misc: Update alpine version in Dockerfile (#470) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1af9f27..969f873 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.9 +FROM alpine:3.13 COPY --from=builder /go/bin/tusd /usr/local/bin/tusd