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