1
0
Stille 11 сар өмнө
parent
commit
fe496c30d2
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.5
+ENV VERSION 14.7
 
 RUN set -xe && \
     UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \