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