build(deps): bump alpine from 3.15.4 to 3.16.0 (#735)

Bumps alpine from 3.15.4 to 3.16.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:
dependabot[bot] 2022-05-30 14:23:26 +02:00 committed by GitHub
parent b6a7dda4d9
commit 9f0417480a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \