File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -ex \
22
22
23
23
WORKDIR /opt
24
24
25
- ARG WISP_VERSION=v0.1.22
25
+ ARG WISP_VERSION=v0.2.0
26
26
RUN set -ex \
27
27
&& wget https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
28
28
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \
@@ -127,9 +127,9 @@ RUN set -ex \
127
127
&& rm -f /opt/*.tar.gz
128
128
129
129
RUN set -ex \
130
- && STATIC_VERSION=$(curl -sSL https://github.com/jumpserver/web-static /raw/v3/ VERSION) \
131
- && wget -O /opt/prepare.sh https://github.com/jumpserver/web-static /raw/${STATIC_VERSION}/prepare.sh \
132
- && chown root:root /opt/ prepare.sh \
130
+ && wget https://github.com/jumpserver/docker-web /raw/${ VERSION}/prepare.sh \
131
+ && wget https://github.com/jumpserver/docker-web /raw/${VERSION}/versions.txt \
132
+ && chown root:root prepare.sh versions.txt \
133
133
&& chmod 755 /opt/prepare.sh
134
134
135
135
COPY readme.txt readme.txt
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -e \
24
24
&& chmod 755 /usr/local/bin/check \
25
25
&& rm -f /opt/*.tar.gz
26
26
27
- ARG WISP_VERSION=v0.1.22
27
+ ARG WISP_VERSION=v0.2.0
28
28
RUN set -e \
29
29
&& wget --quiet https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
30
30
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -e \
25
25
&& chmod 755 /usr/local/bin/check \
26
26
&& rm -f /opt/*.tar.gz
27
27
28
- ARG WISP_VERSION=v0.1.22
28
+ ARG WISP_VERSION=v0.2.0
29
29
RUN set -e \
30
30
&& wget --quiet https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
31
31
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -e \
24
24
&& chmod 755 /usr/local/bin/check \
25
25
&& rm -f /opt/*.tar.gz
26
26
27
- ARG WISP_VERSION=v0.1.22
27
+ ARG WISP_VERSION=v0.2.0
28
28
RUN set -e \
29
29
&& wget --quiet https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
30
30
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ RUN set -e \
37
37
&& rm -f /opt/*.tar.gz
38
38
39
39
RUN set -e \
40
- && STATIC_VERSION=$(curl -sSL https://github.com/jumpserver/web-static /raw/v3/ VERSION) \
41
- && wget -O /opt/prepare.sh https://github.com/jumpserver/web-static /raw/${STATIC_VERSION}/prepare.sh \
42
- && chown root:root /opt/ prepare.sh \
40
+ && wget --quiet https://github.com/jumpserver/docker-web /raw/${ VERSION}/prepare.sh \
41
+ && wget --quiet https://github.com/jumpserver/docker-web /raw/${VERSION}/versions.txt \
42
+ && chown root:root prepare.sh versions.txt \
43
43
&& chmod 755 /opt/prepare.sh
44
44
45
45
COPY web/entrypoint.sh .
You can’t perform that action at this time.
0 commit comments