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
@@ -38,7 +38,7 @@ RUN set -eux \
3838 ${RUN_DEPS} \
3939 \
4040 # 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" \
4242 && tar xvfz vhost-gen.tar.gz \
4343 && cd "vhost-gen-${VHOST_GEN_GIT_REF}" \
4444 && 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