From 0e87bccf19a6670040ec8f0a02b20c4a8ff6264c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 02:43:07 +0000 Subject: [PATCH] build(deps): bump alpine in /.github/actions/retest-action Bumps alpine from 3.19 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/retest-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/retest-action/Dockerfile b/.github/actions/retest-action/Dockerfile index 63b97009b..8efd99bb8 100644 --- a/.github/actions/retest-action/Dockerfile +++ b/.github/actions/retest-action/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 RUN apk add --no-cache curl jq