From 934002870953c0088a7631fce787a191b5f86c14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:47:03 +0000 Subject: [PATCH] deps(patch): update golang docker tag to v1.25.5 --- cmd/cursecli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cursecli/Dockerfile b/cmd/cursecli/Dockerfile index ab0c601..a8772e4 100644 --- a/cmd/cursecli/Dockerfile +++ b/cmd/cursecli/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.21@sha256:3289aac2aac769e031d644313d094dbda745f28af81cd7a94137e73eefd58b33 AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine3.21@sha256:b4dbd292a0852331c89dfd64e84d16811f3e3aae4c73c13d026c4d200715aff6 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