From e005806e49029b6b15af5eac3add074bb8978b25 Mon Sep 17 00:00:00 2001 From: Stille Date: Sun, 23 Apr 2023 21:41:03 +0800 Subject: [PATCH] update v13.1 for goproxy --- goproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goproxy/Dockerfile b/goproxy/Dockerfile index 20dbd79..0ea3161 100644 --- a/goproxy/Dockerfile +++ b/goproxy/Dockerfile @@ -1,7 +1,7 @@ FROM alpine LABEL maintainer="Stille " -ENV VERSION 13.0 +ENV VERSION 13.1 RUN set -xe && \ UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \