chore(deps): update golang docker tag to v1.24 (#859)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-17 15:46:15 +01:00
committed by GitHub
parent b14c51c7b0
commit d66e413300

View File

@@ -2,7 +2,7 @@
ARG LDFLAGS=-s -w
# Use a temporary build image based on Golang 1.20-alpine
FROM golang:1.23-alpine as builder
FROM golang:1.24-alpine as builder
# Set environment variables: linker flags and disable CGO
ENV LDFLAGS=$LDFLAGS CGO_ENABLED=0