diff --git a/Dockerfile b/Dockerfile index f65ad9b..56d9c50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.4-bookworm AS build +FROM golang:1.24-bookworm AS build ENV CGO_ENABLED=1