diff --git a/Dockerfile b/Dockerfile index c059f42b..5596686d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Go builder. -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine3.21 AS builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.24-alpine3.21 AS builder ARG appVersion=latest RUN apk --no-cache add git ca-certificates gcc musl-dev libc-dev