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