Skip to content

Commit 84abb16

Browse files
committed
Update vhost-gen
1 parent fb30b57 commit 84abb16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfiles/Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1616
ARG WATCHERD_GIT_REF=v1.0.7
1717
ARG 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 \

Dockerfiles/Dockerfile.debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1616
ARG WATCHERD_GIT_REF=v1.0.7
1717
ARG 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 \

0 commit comments

Comments
 (0)