Bump alpine from 3.18.2 to 3.19.1 in /.ci/releaser/alpine

Bumps alpine from 3.18.2 to 3.19.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-29 14:24:40 +00:00 committed by GitHub
parent 99abd78edc
commit 89bd64464b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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