diff --git a/Dockerfile b/Dockerfile index 1ab02b0..46408f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1-alpine3.12 as builder -ENV VERSION=v0.1.4 +ENV VERSION=v0.1.5 RUN apk --no-cache add \ git \