Skip to content

Commit 5097963

Browse files
authored
Updating to DNSCrypt 2.1.14
1 parent 1a7a86f commit 5097963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:alpine as build
2-
ENV RELEASE_TAG 2.1.12
2+
ENV RELEASE_TAG 2.1.14
33
RUN apk --no-cache add git && \
44
git clone https://github.com/jedisct1/dnscrypt-proxy /go/src/github.com/jedisct1/ && \
55
cd /go/src/github.com/jedisct1/dnscrypt-proxy && \

0 commit comments

Comments
 (0)