diff --git a/Dockerfile b/Dockerfile index 727a999..9955fa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.18.3-alpine3.16 as builder -ENV VERSION=v0.5.0 +ENV VERSION=v0.6.1 RUN apk --no-cache add \ git \