From 97ad02968cf03a11c9b2352fe70fa3f51a6327b4 Mon Sep 17 00:00:00 2001 From: Stille Date: Tue, 24 Jan 2023 23:11:54 +0800 Subject: [PATCH] update v12.6 for goproxy --- goproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goproxy/Dockerfile b/goproxy/Dockerfile index 006349a..0087f3f 100644 --- a/goproxy/Dockerfile +++ b/goproxy/Dockerfile @@ -1,7 +1,7 @@ FROM alpine LABEL maintainer="Stille " -ENV VERSION 12.5 +ENV VERSION 12.6 RUN set -xe && \ UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \