diff --git a/Dockerfile b/Dockerfile index 7591368..fd999f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:alpine as build -ENV RELEASE_TAG 2.1.4 +ENV RELEASE_TAG 2.1.5 RUN apk --no-cache add git && \ git clone https://github.com/jedisct1/dnscrypt-proxy /go/src/github.com/jedisct1/ && \ cd /go/src/github.com/jedisct1/dnscrypt-proxy && \