浏览代码

update v14.5 for goproxy

Stille 1 年之前
父节点
当前提交
a4baba2781
共有 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 14.1
+ENV VERSION 14.5
 
 RUN set -xe && \
     UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \