diff --git a/Containerfile b/Containerfile index 9ea938a..5d56d3a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.23-alpine3.21 as builder -ENV VERSION=v0.11.3 +ENV VERSION=v0.12.0 RUN apk --no-cache add \ git \