diff --git a/Dockerfile b/Dockerfile index 96fa250..e0472ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.4-bookworm AS builder +FROM golang:1.23.5-bookworm AS builder # static build ENV CGO_ENABLED=0