From 991156c64f0508cf2f400006a2ffcd005d185446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 07:58:36 +0000 Subject: [PATCH] deps(docker): Bump golang from 1.23-alpine to 1.24-alpine Bumps golang from 1.23-alpine to 1.24-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 247611c..4221fda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.6.0-labs -FROM --platform=linux/amd64 golang:1.23-alpine AS build +FROM --platform=linux/amd64 golang:1.24-alpine AS build ARG PKG_NAME ARG TARGETOS