dockerfile fix
This commit is contained in:
parent
f82ce4fac2
commit
1ae0ac52cf
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
@ -15,7 +15,7 @@
|
|||||||
"^Dockerfile$"
|
"^Dockerfile$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG 3PROXY_VERSION=(?<currentValue>.*?)\n"
|
"ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"
|
||||||
],
|
],
|
||||||
"depNameTemplate": "github.com/z3APA3A/3proxy",
|
"depNameTemplate": "github.com/z3APA3A/3proxy",
|
||||||
"datasourceTemplate": "git-tags"
|
"datasourceTemplate": "git-tags"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# Image page: <https://hub.docker.com/_/gcc>
|
# Image page: <https://hub.docker.com/_/gcc>
|
||||||
FROM gcc:12.1.0 as builder
|
FROM gcc:12.1.0 as builder
|
||||||
|
|
||||||
# e.g.: `docker build --build-arg "3PROXY_VERSION=0.9.4" .`
|
# e.g.: `docker build --build-arg "Z3PROXY_VERSION=0.9.4" .`
|
||||||
ARG 3PROXY_VERSION=0.9.3
|
ARG Z3PROXY_VERSION=0.9.3
|
||||||
|
|
||||||
# Fetch 3proxy sources
|
# Fetch 3proxy sources
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& git clone --branch "${3PROXY_VERSION}" https://github.com/z3APA3A/3proxy.git /tmp/3proxy
|
&& git clone --branch "${Z3PROXY_VERSION}" https://github.com/z3APA3A/3proxy.git /tmp/3proxy
|
||||||
|
|
||||||
WORKDIR /tmp/3proxy
|
WORKDIR /tmp/3proxy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user