Bump 3proxy version

This commit is contained in:
Paramtamtam 2021-07-05 10:33:03 +05:00 committed by GitHub
parent 921fc47ade
commit 1ef63988a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# Image page: <https://hub.docker.com/_/gcc>
FROM gcc:11.1.0 as builder
# e.g.: `docker build --build-arg "VERSION=0.9.3" .`
ARG VERSION="0.9.3"
# e.g.: `docker build --build-arg "VERSION=0.9.4" .`
ARG VERSION="0.9.4"
# Fetch 3proxy sources
RUN set -x \