diff --git a/Dockerfile b/Dockerfile index e66317c..a80aa57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.20-alpine3.18 as builder -ENV VERSION=v0.9.0 +ENV VERSION=v0.10.0 RUN apk --no-cache add \ git \