From 95b27da1031673c8b0b6f4d1be755ed24e1de895 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:16:22 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/tools/Dockerfile b/.github/actions/tools/Dockerfile index 4e14f145c1..8f7f4ccaa2 100644 --- a/.github/actions/tools/Dockerfile +++ b/.github/actions/tools/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.19 +FROM alpine:3.21 LABEL maintainer="Nicolas Lamirault " \ org.opencontainers.image.title="Tools for Portefaix project" \