diff --git a/Dockerfile b/Dockerfile index 758e86e..4f3870f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:alpine as builder -ENV VERSION=53fe1b18184fc0967658805abc8560641f8d2cb0 +ENV VERSION=v0.1.2 RUN apk --no-cache add \ git \