소스 검색

update v14.0 for goproxy

Stille 2 년 전
부모
커밋
a7fd0944c4
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 13.9
+ENV VERSION 14.0
 
 RUN set -xe && \
     UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \