瀏覽代碼

update v11.4 for goproxy

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

+ 1 - 1
goproxy/Dockerfile

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