1
0
Stille 3 жил өмнө
parent
commit
6d1e6f8b09
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      goproxy/Dockerfile

+ 2 - 2
goproxy/Dockerfile

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