update v14.7 for goproxy

This commit is contained in:
Stille
2024-10-28 15:47:33 +08:00
parent 09804930ed
commit fe496c30d2

View File

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