From a13ea39461e039c1380967e08e3a1ec19ba3911d Mon Sep 17 00:00:00 2001 From: Dwi Siswanto <25837540+dwisiswant0@users.noreply.github.com> Date: Sat, 12 Jul 2025 03:46:35 +0700 Subject: [PATCH] build(docker): bump builder image `golang:1.23-alpine` => `golang:1.24-alpine` (#6316) Signed-off-by: Dwi Siswanto --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c44e7056..eebc24add 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build -FROM golang:1.23-alpine AS builder +FROM golang:1.24-alpine AS builder RUN apk add build-base WORKDIR /app