From 1d84bd736bbfe1374d22541f67167309e7a9ce99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:07:09 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c929013..fa86cfe 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ COPY src/ . RUN GOOOS=linux GOARCH=amd64 go build -o git-workflows -ldflags="-X main.version=$VERSION" . -FROM alpine:3.19.1 +FROM alpine:3.24.1 RUN apk add --no-cache ca-certificates curl wget bash git openssh