build(deps): bump alpine from 3.17.0 to 3.17.1 (#1595)

Bumps alpine from 3.17.0 to 3.17.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2023-01-11 17:47:50 +02:00 committed by GitHub
parent 51ca37f81b
commit 6fc9b69f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ COPY . .
RUN make build
# Final image
FROM alpine:3.17.0
FROM alpine:3.17.1
# Install ca-certificates
RUN apk add --update ca-certificates jq