From 93902a6aef4350c0ba1b7ae9d2ecf686f564dc08 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sun, 12 Jun 2022 13:30:42 +0400 Subject: [PATCH] fix 3proxy version in the dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6e062f..e225bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM gcc:12.1.0 as builder # renovate: source=github-tags name=z3APA3A/3proxy -ARG Z3PROXY_VERSION=0.9.3 +ARG Z3PROXY_VERSION=0.9.4 # Fetch 3proxy sources RUN set -x \