update v11.5 for goproxy

This commit is contained in:
Stille 2022-01-30 10:51:42 +08:00
parent 3ac1698570
commit 6d1e6f8b09
1 changed files with 2 additions and 2 deletions

View File

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