We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7a86f commit 5097963Copy full SHA for 5097963
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