build(deps): bump alpine from 3.15 to 3.16.0 (#1094)

Bumps alpine from 3.15 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>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-30 09:48:21 +00:00
committed by GitHub
co-authored by Federico Kunze Küllmer
parent 928e018aa9
commit 164f41c056
+1 -1
View File
@@ -17,7 +17,7 @@ COPY . .
RUN make build
# Final image
FROM alpine:3.15
FROM alpine:3.16.0
# Install ca-certificates
RUN apk add --update ca-certificates jq