update v11.4 for goproxy

This commit is contained in:
Stille 2022-01-12 10:12:41 +08:00
parent bfdb795c13
commit a85b174902
1 changed files with 1 additions and 1 deletions

View File

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