From f28aed423b020d8d82ca5e854347edbd89f1c6b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:41:12 +0500 Subject: [PATCH] Update dependency z3APA3A/3proxy to v0.9.4 (#23) Co-authored-by: Renovate Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0604c20..a6afcda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM gcc:12.1.0 as builder # renovate: datasource=github-tags depName=z3APA3A/3proxy -ARG Z3PROXY_VERSION=0.9.3 +ARG Z3PROXY_VERSION=0.9.4 # Fetch 3proxy sources RUN set -x \