update v13.3 for goproxy

This commit is contained in:
Stille 2023-07-10 09:15:55 +08:00
parent e322e6506c
commit ea7cb00884
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine
LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 13.2
ENV VERSION 13.3
RUN set -xe && \
UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \