From 9279308d69e1a583de595c2c68a4681eeba8cfe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 20:50:06 +0000 Subject: [PATCH] patch(deps): update golang:1.27.1-alpine docker digest to 8a5910f --- cmd/mygithub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mygithub/Dockerfile b/cmd/mygithub/Dockerfile index 2bb6632..368b8a5 100644 --- a/cmd/mygithub/Dockerfile +++ b/cmd/mygithub/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.27.1-alpine@sha256:4cb7ac979db5fcc41cae44b2227ba5ab8a51e8807f40d9ba4dee20a0ad960b5b AS builder +FROM --platform=$BUILDPLATFORM golang:1.27.1-alpine@sha256:8a5910f31396cd4d89662f56c68b3ae31d374308270a1c3bd96672ee5ed43414 AS builder RUN apk add --no-cache -U git curl RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin