fix 3proxy version in the dockerfile

This commit is contained in:
Paramtamtam 2022-06-12 13:30:42 +04:00
parent 5f29bf16d7
commit 93902a6aef
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -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 \