mirror of
https://github.com/teddysun/across.git
synced 2025-01-19 06:19:35 +08:00
Update trojan to 1.15.1
This commit is contained in:
parent
caeac56718
commit
7585431469
@ -7,7 +7,7 @@
|
|||||||
FROM alpine:latest AS builder
|
FROM alpine:latest AS builder
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& VERSION="v1.15.0" \
|
&& VERSION="v1.15.1" \
|
||||||
&& apk add --no-cache git build-base make cmake boost-dev openssl-dev mariadb-connector-c-dev \
|
&& apk add --no-cache git build-base make cmake boost-dev openssl-dev mariadb-connector-c-dev \
|
||||||
&& git clone --branch ${VERSION} --single-branch https://github.com/trojan-gfw/trojan.git \
|
&& git clone --branch ${VERSION} --single-branch https://github.com/trojan-gfw/trojan.git \
|
||||||
&& cd trojan \
|
&& cd trojan \
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
FROM --platform=${TARGETPLATFORM} alpine:latest AS builder
|
FROM --platform=${TARGETPLATFORM} alpine:latest AS builder
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& VERSION="v1.15.0" \
|
&& VERSION="v1.15.1" \
|
||||||
&& apk add --no-cache git build-base make cmake boost-dev openssl-dev mariadb-connector-c-dev \
|
&& apk add --no-cache git build-base make cmake boost-dev openssl-dev mariadb-connector-c-dev \
|
||||||
&& git clone --branch ${VERSION} --single-branch https://github.com/trojan-gfw/trojan.git \
|
&& git clone --branch ${VERSION} --single-branch https://github.com/trojan-gfw/trojan.git \
|
||||||
&& cd trojan \
|
&& cd trojan \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user