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

Bumps alpine from 3.18.2 to 3.18.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-02 14:44:00 +00:00 committed by GitHub
parent e7f6e573cb
commit a201b749f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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