File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:16.04
22
3- ARG SEMUXVER="1.4.0 "
3+ ARG SEMUXVER="2.0.2 "
44
55ENV DEBIAN_FRONTEND noninteractive
66
@@ -37,7 +37,7 @@ WORKDIR /root
3737ENV HOME=/home/ubuntu \
3838 SHELL=/bin/bash
3939
40- RUN curl -L https://github.com/semuxproject/semux-core/releases/download/v1.4.0 /semux-linux-1.4.0-305d104 .tar.gz -o /semux-${SEMUXVER}-unix.tar.gz
40+ RUN curl -L https://github.com/semuxproject/semux-core/releases/download/v2.0.2 /semux-linux-2.0.2-d93d046 .tar.gz -o /semux-${SEMUXVER}-unix.tar.gz
4141# RUN curl -L https://github.com/semuxproject/semux/releases/download/v${SEMUXVER}/semux-${SEMUXVER}-unix.tar.gz -o /semux-${SEMUXVER}-unix.tar.gz
4242RUN mkdir -p /semux && tar -xzf /semux-${SEMUXVER}-unix.tar.gz -C /semux --strip-components=1 && rm /semux-${SEMUXVER}-unix.tar.gz
4343RUN mkdir -p /root/Desktop && ln -s /semux /root/Desktop/semux
You can’t perform that action at this time.
0 commit comments