From 4b1aeed80f91856f7997481826818f5fb353391d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:51:05 +0300 Subject: [PATCH] Bump alpine from 3.16.2 to 3.16.3 in /.ci/releaser/alpine (#954) Bumps alpine from 3.16.2 to 3.16.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 e71941df..786048b9 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.16.2 +FROM alpine:3.16.3 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]