build(docker): bump builder image golang:1.23-alpine => golang:1.24-alpine (#6316)

Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
Dwi Siswanto
2025-07-12 03:46:35 +07:00
committed by GitHub
parent f26996cb89
commit a13ea39461

View File

@@ -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