From 821281d71f134e65076c4687d706920160c7895b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=D0=B0ramtamt=C4=81m?= <7326800+tarampampam@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:50:20 +0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20chore(docker):=20Bump=203p?= =?UTF-8?q?roxy=20version=20to=200.9.5=20(#70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a32cff6..0b1dc41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/library/gcc:13.3.0 AS builder # renovate: source=github-tags name=3proxy/3proxy -ARG Z3PROXY_VERSION=0.9.4 +ARG Z3PROXY_VERSION=0.9.5 # Fetch 3proxy sources RUN set -x \