We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0fa3b commit 73a7c4dCopy full SHA for 73a7c4d
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM golang:alpine as build
2
-ENV RELEASE_TAG 2.1.12
+ENV RELEASE_TAG 2.1.14
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