diff --git a/Dockerfile b/Dockerfile index 5cd2605..4649d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.3-bookworm AS builder +FROM golang:1.25.5-bookworm AS builder ENV COMMONDIR=/common \ IN_BUILDER=true \