From a7fd0944c4d242504f80f80e513c48d76eaffb1c Mon Sep 17 00:00:00 2001 From: Stille Date: Fri, 20 Oct 2023 17:15:01 +0800 Subject: [PATCH] update v14.0 for goproxy --- goproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goproxy/Dockerfile b/goproxy/Dockerfile index be84f5d..1b0c4d7 100644 --- a/goproxy/Dockerfile +++ b/goproxy/Dockerfile @@ -1,7 +1,7 @@ FROM alpine LABEL maintainer="Stille " -ENV VERSION 13.9 +ENV VERSION 14.0 RUN set -xe && \ UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \