update v14.5 for goproxy

This commit is contained in:
Stille 2024-04-30 11:00:47 +08:00
parent 95a423ab56
commit a4baba2781
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 14.1
ENV VERSION 14.5
RUN set -xe && \
UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \