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