Bump alpine from 3.16.3 to 3.17.2 in /.ci/releaser/alpine (#979)

Bumps alpine from 3.16.3 to 3.17.2.

---
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] 2023-02-13 14:52:32 -05:00 committed by GitHub
parent 40d5a4a11d
commit 49da9458a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Initially copied from
# https://github.com/jordansissel/fpm/blob/master/Dockerfile
FROM alpine:3.16.3
FROM alpine:3.17.2
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]