瀏覽代碼

update v12.9 for goproxy

Stille 2 年之前
父節點
當前提交
aa9a3d5afc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      goproxy/Dockerfile

+ 1 - 1
goproxy/Dockerfile

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