Explorar o código

update v11.9 for goproxy

Stille %!s(int64=3) %!d(string=hai) anos
pai
achega
03b4a66950
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      goproxy/Dockerfile
  2. 1 0
      goproxy/README.md

+ 1 - 1
goproxy/Dockerfile

@@ -1,7 +1,7 @@
 FROM alpine
 LABEL maintainer="Stille <[email protected]>"
 
-ENV VERSION 11.8
+ENV VERSION 11.9
 
 RUN set -xe && \
     UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \

+ 1 - 0
goproxy/README.md

@@ -8,6 +8,7 @@ Docker [stilleshan/goproxy](https://hub.docker.com/r/stilleshan/goproxy)
 基于 [snail007/goproxy](https://github.com/snail007/goproxy) 项目的 docker 镜像.
 
 ## 更新
+- **2022-07-20** 更新`11.9`版 docker 镜像.
 - **2022-04-27** 更新`11.8`版 docker 镜像.
 - **2022-04-11** 更新`11.7`版 docker 镜像.
 - **2021-11-29** 更新`11.3`版 docker 镜像.