Skip to content

Commit 8612b7e

Browse files
authored
Update Dockerfile
Updating to DNSCrypt Proxy version 2.1.12
1 parent 715d4e0 commit 8612b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.7
2+
ENV RELEASE_TAG 2.1.12
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)