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 \
1212# ##
1313# ## Build arguments
1414# ##
15- ARG VHOST_GEN_GIT_REF=1.0.8
15+ ARG VHOST_GEN_GIT_REF=release- 1.0.9
1616ARG WATCHERD_GIT_REF=v1.0.7
1717ARG CERT_GEN_GIT_REF=0.10
1818
@@ -39,7 +39,7 @@ RUN set -eux \
3939 ${RUN_DEPS} \
4040 \
4141 # Install vhost-gen
42- && wget --no-check-certificate -O vhost-gen.tar.gz "https://github.com/devilbox/vhost-gen/archive/refs/tags/ ${VHOST_GEN_GIT_REF}.tar.gz" \
42+ && wget --no-check-certificate -O vhost-gen.tar.gz "https://github.com/devilbox/vhost-gen/archive/${VHOST_GEN_GIT_REF}.tar.gz" \
4343 && tar xvfz vhost-gen.tar.gz \
4444 && cd "vhost-gen-${VHOST_GEN_GIT_REF}" \
4545 && make install \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LABEL \
1212# ##
1313# ## Build arguments
1414# ##
15- ARG VHOST_GEN_GIT_REF=1.0.8
15+ ARG VHOST_GEN_GIT_REF=release- 1.0.9
1616ARG WATCHERD_GIT_REF=v1.0.7
1717ARG CERT_GEN_GIT_REF=0.10
1818
@@ -36,7 +36,7 @@ RUN set -eux \
3636 ${RUN_DEPS} \
3737 \
3838 # 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" \
4040 && tar xvfz vhost-gen.tar.gz \
4141 && cd "vhost-gen-${VHOST_GEN_GIT_REF}" \
4242 && make install \
You can’t perform that action at this time.
0 commit comments