Browse Source

update frp and goproxy

Stille 7 months ago
parent
commit
291b8d57ca
3 changed files with 3 additions and 3 deletions
  1. 1 1
      frpc/Dockerfile
  2. 1 1
      frps/Dockerfile
  3. 1 1
      goproxy/Dockerfile

+ 1 - 1
frpc/Dockerfile

@@ -1,7 +1,7 @@
 FROM alpine:3.8
 LABEL maintainer="Stille <[email protected]>"
 
-ENV VERSION 0.61.1
+ENV VERSION 0.61.2
 ENV TZ=Asia/Shanghai
 WORKDIR /
 

+ 1 - 1
frps/Dockerfile

@@ -1,7 +1,7 @@
 FROM alpine:3.8
 LABEL maintainer="Stille <[email protected]>"
 
-ENV VERSION 0.61.1
+ENV VERSION 0.61.2
 ENV TZ=Asia/Shanghai
 WORKDIR /
 

+ 1 - 1
goproxy/Dockerfile

@@ -1,7 +1,7 @@
 FROM alpine
 LABEL maintainer="Stille <[email protected]>"
 
-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 && \