From 80d8b2c78d2835c523e27e7dd54f05172757e4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:31:06 +0000 Subject: [PATCH] build(deps): bump alpine in /.github/actions/retest-action Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- .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 8efd99bb..da2cb9fb 100644 --- a/.github/actions/retest-action/Dockerfile +++ b/.github/actions/retest-action/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21 RUN apk add --no-cache curl jq