From 2d970cb3793bc9f44ee2296e0e70480da09c12b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:33:25 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcb63d5..21ceb53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . . RUN go mod download RUN CGO_ENABLED=0 GOOS=linux go build -o /gtoc -FROM alpine:3.21 +FROM alpine:3.24 RUN apk add --no-cache git