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

Bumps alpine from 3.18.2 to 3.18.5.

---
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-12-04 14:17:45 +00:00 committed by GitHub
parent 3527f9a550
commit 1296568f4c
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.5
SHELL ["/bin/ash", "-eo", "pipefail", "-c"] SHELL ["/bin/ash", "-eo", "pipefail", "-c"]