From 352f181ff1d2f7450c0922cbc5c8b9ffd06b8d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 17:19:29 +0100 Subject: [PATCH] build(deps): bump alpine in /.github/actions/retest-action Bumps alpine from 3.10 to 3.17. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Matthieu MOREL --- .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 a1a0cecc..8812073a 100644 --- a/.github/actions/retest-action/Dockerfile +++ b/.github/actions/retest-action/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.17 RUN apk add --no-cache curl jq