From 18f62cf50b7d8edd140171c9c97f15384f63bcd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 21:11:32 +0300 Subject: [PATCH] Bump alpine from 3.17.2 to 3.18.2 in /.ci/releaser/alpine (#1009) Bumps alpine from 3.17.2 to 3.18.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .ci/releaser/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/releaser/alpine/Dockerfile b/.ci/releaser/alpine/Dockerfile index 4c5483c8..7e017a21 100644 --- a/.ci/releaser/alpine/Dockerfile +++ b/.ci/releaser/alpine/Dockerfile @@ -1,6 +1,6 @@ # Initially copied from # https://github.com/jordansissel/fpm/blob/master/Dockerfile -FROM alpine:3.17.2 +FROM alpine:3.18.2 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]