Update dockerfile to use golang 1.24 image (#821)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user