Update trojan to 1.15.0

This commit is contained in:
Teddysun 2020-03-23 12:36:49 +08:00
parent 768a1bd656
commit caeac56718
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
FROM alpine:latest AS builder
WORKDIR /root
RUN set -ex \
&& VERSION="v1.14.1" \
&& VERSION="v1.15.0" \
&& 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 \
&& cd trojan \

View File

@ -7,7 +7,7 @@
FROM --platform=${TARGETPLATFORM} alpine:latest AS builder
WORKDIR /root
RUN set -ex \
&& VERSION="v1.14.1" \
&& VERSION="v1.15.0" \
&& 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 \
&& cd trojan \