From 7fe20e4877f71bb8555538566f14e7ab85f1ff8b Mon Sep 17 00:00:00 2001 From: xtr0py <69048791+xtr0py@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:08:26 -0500 Subject: [PATCH] Updated testing branch to DNSCrypt 2.1.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7591368..fd999f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:alpine as build -ENV RELEASE_TAG 2.1.4 +ENV RELEASE_TAG 2.1.5 RUN apk --no-cache add git && \ git clone https://github.com/jedisct1/dnscrypt-proxy /go/src/github.com/jedisct1/ && \ cd /go/src/github.com/jedisct1/dnscrypt-proxy && \