From c193a016333b4ae4cc0fd2475071afa86826f13f Mon Sep 17 00:00:00 2001 From: Stille Date: Thu, 26 Jan 2023 17:24:37 +0800 Subject: [PATCH] update v12.7 for goproxy --- goproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goproxy/Dockerfile b/goproxy/Dockerfile index 0087f3f..5c4d8f7 100644 --- a/goproxy/Dockerfile +++ b/goproxy/Dockerfile @@ -1,7 +1,7 @@ FROM alpine LABEL maintainer="Stille " -ENV VERSION 12.6 +ENV VERSION 12.7 RUN set -xe && \ UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \