From fe496c30d20b57339fe1e1b0941cf19c003205c7 Mon Sep 17 00:00:00 2001 From: Stille Date: Mon, 28 Oct 2024 15:47:33 +0800 Subject: [PATCH] update v14.7 for goproxy --- goproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goproxy/Dockerfile b/goproxy/Dockerfile index acfe4d50a..09b28ee4d 100644 --- a/goproxy/Dockerfile +++ b/goproxy/Dockerfile @@ -1,7 +1,7 @@ FROM alpine LABEL maintainer="Stille " -ENV VERSION 14.5 +ENV VERSION 14.7 RUN set -xe && \ UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \