diff --git a/Containerfile b/Containerfile index ea8578d..757f6c8 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.21-alpine3.19 as builder -ENV VERSION=v0.10.6 +ENV VERSION=v0.10.7 RUN apk --no-cache add \ git \