diff --git a/Containerfile b/Containerfile index ac0432b..4b27285 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # ---- Build stage ---- -FROM golang:1.25 AS builder +FROM golang:1.26 AS builder # Set up work dir WORKDIR /app