diff --git a/Containerfile b/Containerfile index 146cc3c..c70de08 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.23-bookworm AS builder +FROM docker.io/golang:1.25-bookworm AS builder WORKDIR /src COPY . /src