build(deps): bump alpine from 3.14.3 to 3.15.0 (#577)
Bumps alpine from 3.14.3 to 3.15.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c69dfffdbf
commit
3785119fc3
|
@ -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.14.3
|
||||
FROM alpine:3.15.0
|
||||
WORKDIR /srv/tusd-data
|
||||
|
||||
RUN apk add --no-cache ca-certificates jq \
|
||||
|
|
Loading…
Reference in New Issue