We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226a7ed commit 75a854aCopy full SHA for 75a854a
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM golang:alpine as build
2
-ENV RELEASE_TAG 2.1.2
+ENV RELEASE_TAG 2.1.5
3
RUN apk --no-cache add git && \
4
git clone https://github.com/jedisct1/dnscrypt-proxy /go/src/github.com/jedisct1/ && \
5
cd /go/src/github.com/jedisct1/dnscrypt-proxy && \
0 commit comments