From 1d70e46ebb4680df10f355cbe78544598fd81e3a Mon Sep 17 00:00:00 2001 From: Stille Date: Wed, 6 Sep 2023 09:28:56 +0800 Subject: [PATCH] update v13.9 for goproxy --- goproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goproxy/Dockerfile b/goproxy/Dockerfile index 0c5b4f9..be84f5d 100644 --- a/goproxy/Dockerfile +++ b/goproxy/Dockerfile @@ -1,7 +1,7 @@ FROM alpine LABEL maintainer="Stille " -ENV VERSION 13.8 +ENV VERSION 13.9 RUN set -xe && \ UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \