Stille пре 1 година
родитељ
комит
44c118cfd0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      goproxy/Dockerfile

+ 1 - 1
goproxy/Dockerfile

@@ -1,7 +1,7 @@
 FROM alpine
 FROM alpine
 LABEL maintainer="Stille <[email protected]>"
 LABEL maintainer="Stille <[email protected]>"
 
 
-ENV VERSION 14.0
+ENV VERSION 14.1
 
 
 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 && \