From 2a465ecbe7f0d52bd69cfe978564ae6a33deccfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 05:02:22 +0000 Subject: [PATCH] Update alpine Docker tag to v3.23.3 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c929013..938160d 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.23.3 RUN apk add --no-cache ca-certificates curl wget bash git openssh