diff --git a/Dockerfile b/Dockerfile index ae76d98..3a7412b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.20-alpine3.18 as builder -ENV VERSION=v0.6.0 +ENV VERSION=v0.6.1 RUN apk --no-cache add \ git \