update v11.6 for goproxy

This commit is contained in:
Stille 2022-02-27 14:38:58 +08:00
parent c1ff8f2ce9
commit ce08504084
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 11.5
ENV VERSION 11.6
RUN set -xe && \
UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \