diff --git a/Dockerfile b/Dockerfile index 1c9a157..aa5aa42 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.1 +FROM alpine:3.15.2 WORKDIR /srv/tusd-data RUN apk add --no-cache ca-certificates jq \