diff --git a/Dockerfile b/Dockerfile index dd1c908..6ec5e45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN set -xe \ -o /go/bin/tusd ./cmd/tusd/main.go # start a new stage that copies in the binary built in the previous stage -FROM alpine:3.15.4 +FROM alpine:3.16.0 WORKDIR /srv/tusd-data RUN apk add --no-cache ca-certificates jq \