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 \