Browse Source

update v12.5 for goproxy

Stille 2 years ago
parent
commit
aa95580050
1 changed files with 1 additions and 1 deletions
  1. 1 1
      goproxy/Dockerfile

+ 1 - 1
goproxy/Dockerfile

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