diff --git a/frpc/Dockerfile b/frpc/Dockerfile index 146491b..e4a6384 100644 --- a/frpc/Dockerfile +++ b/frpc/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.8 LABEL maintainer="Stille " -ENV VERSION 0.61.1 +ENV VERSION 0.61.2 ENV TZ=Asia/Shanghai WORKDIR / diff --git a/frps/Dockerfile b/frps/Dockerfile index 94e0818..b685249 100644 --- a/frps/Dockerfile +++ b/frps/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.8 LABEL maintainer="Stille " -ENV VERSION 0.61.1 +ENV VERSION 0.61.2 ENV TZ=Asia/Shanghai WORKDIR / diff --git a/goproxy/Dockerfile b/goproxy/Dockerfile index 09b28ee..befd557 100644 --- a/goproxy/Dockerfile +++ b/goproxy/Dockerfile @@ -1,7 +1,7 @@ FROM alpine LABEL maintainer="Stille " -ENV VERSION 14.7 +ENV VERSION 14.9 RUN set -xe && \ UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \