misc: Update alpine version in Dockerfile (#470)

This commit is contained in:
Márk Sági-Kazár 2021-04-06 00:15:45 +02:00 committed by GitHub
parent 8031aabb7e
commit 36ecc269ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.9
FROM alpine:3.13
COPY --from=builder /go/bin/tusd /usr/local/bin/tusd