From 1ee621ebf4852f4973d613721bc74ab1586255b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:34:45 +0000 Subject: [PATCH] chore(dockerfile): update golang docker tag to v1.24.0 (#136) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6e70a0..1f7ed67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the webhook binary -FROM --platform=$BUILDPLATFORM golang:1.23.5 AS builder +FROM --platform=$BUILDPLATFORM golang:1.24.0 AS builder ARG TARGETOS ARG TARGETARCH