Update dockerfile to use golang 1.24 image (#821)

This commit is contained in:
Dan Sosedoff
2025-11-11 22:30:18 -08:00
committed by GitHub
parent 9a5df8487a
commit 79d8afc715

View File

@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Builder Stage
# ------------------------------------------------------------------------------
FROM golang:1.22-bullseye AS build
FROM golang:1.24-bullseye AS build
# Set default build argument for CGO_ENABLED
ARG CGO_ENABLED=0