File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL \
12
12
# ##
13
13
# ## Build arguments
14
14
# ##
15
- ARG VHOST_GEN_GIT_REF=1.0.8
15
+ ARG VHOST_GEN_GIT_REF=release- 1.0.9
16
16
ARG WATCHERD_GIT_REF=v1.0.7
17
17
ARG CERT_GEN_GIT_REF=0.10
18
18
@@ -38,7 +38,7 @@ RUN set -eux \
38
38
${RUN_DEPS} \
39
39
\
40
40
# Install vhost-gen
41
- && wget --no-check-certificate -O vhost-gen.tar.gz "https://github.com/devilbox/vhost-gen/archive/refs/tags/ ${VHOST_GEN_GIT_REF}.tar.gz" \
41
+ && wget --no-check-certificate -O vhost-gen.tar.gz "https://github.com/devilbox/vhost-gen/archive/${VHOST_GEN_GIT_REF}.tar.gz" \
42
42
&& tar xvfz vhost-gen.tar.gz \
43
43
&& cd "vhost-gen-${VHOST_GEN_GIT_REF}" \
44
44
&& make install \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL \
12
12
# ##
13
13
# ## Build arguments
14
14
# ##
15
- ARG VHOST_GEN_GIT_REF=1.0.8
15
+ ARG VHOST_GEN_GIT_REF=release- 1.0.9
16
16
ARG WATCHERD_GIT_REF=v1.0.7
17
17
ARG CERT_GEN_GIT_REF=0.10
18
18
@@ -36,7 +36,7 @@ RUN set -eux \
36
36
${RUN_DEPS} \
37
37
\
38
38
# Install vhost-gen
39
- && wget --no-check-certificate -O vhost-gen.tar.gz "https://github.com/devilbox/vhost-gen/archive/refs/tags/ ${VHOST_GEN_GIT_REF}.tar.gz" \
39
+ && wget --no-check-certificate -O vhost-gen.tar.gz "https://github.com/devilbox/vhost-gen/archive/${VHOST_GEN_GIT_REF}.tar.gz" \
40
40
&& tar xvfz vhost-gen.tar.gz \
41
41
&& cd "vhost-gen-${VHOST_GEN_GIT_REF}" \
42
42
&& make install \
You can’t perform that action at this time.
0 commit comments