From 65e4d5b4277568bd51b9435bd957a7dd8b02aa8a Mon Sep 17 00:00:00 2001 From: Stille Date: Mon, 10 Jul 2023 15:22:44 +0800 Subject: [PATCH] update v13.4 for goproxy --- goproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goproxy/Dockerfile b/goproxy/Dockerfile index cec0084..8ba4b85 100644 --- a/goproxy/Dockerfile +++ b/goproxy/Dockerfile @@ -1,7 +1,7 @@ FROM alpine LABEL maintainer="Stille " -ENV VERSION 13.3 +ENV VERSION 13.4 RUN set -xe && \ UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \