Browse Source

update v11.5 for goproxy

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

+ 2 - 2
goproxy/Dockerfile

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