5 Commits

Author SHA1 Message Date
Stille
a9bc9d595b Optimize Time Zone 2021-05-08 11:58:37 +08:00
Stille
93cdfc524e Update v0.36.2 2021-03-22 15:27:02 +08:00
Stille
cb437fa4ac Update v0.36.1 2021-03-18 21:05:56 +08:00
Stille
2509746956 Update v0.36.0 2021-03-17 19:50:11 +08:00
Stille
69311558ab Update v0.35.1 2021-01-25 17:22:20 +08:00
4 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,13 @@ FROM alpine:3.8
MAINTAINER Stille <stille@ioiox.com>
WORKDIR /
ENV FRP_VERSION 0.35.0
ENV FRP_VERSION 0.36.2
RUN set -xe && \
apk add tzdata && \
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone && \
apk del tzdata
RUN set -x && \
wget --no-check-certificate https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz && \

View File

@@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.35.0"
FRP_VERSION="0.36.2"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))

View File

@@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.35.0"
FRP_VERSION="0.36.2"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))

View File

@@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.35.0"
FRP_VERSION="0.36.2"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))