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