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.
2 parents a0a5bc5 + dc5e94c commit 6b1b434Copy full SHA for 6b1b434
Dockerfile
@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine3.21@sha256:b4dbd292a0852331c
3
WORKDIR /src
4
5
# renovate: datasource=github-tags depName=DNSCrypt/dnscrypt-proxy
6
-ARG DNSCRYPT_PROXY_VERSION=2.1.14
+ARG DNSCRYPT_PROXY_VERSION=2.1.15
7
8
ADD https://github.com/DNSCrypt/dnscrypt-proxy/archive/${DNSCRYPT_PROXY_VERSION}.tar.gz /tmp/dnscrypt-proxy.tar.gz
9
0 commit comments