mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
update v14.7 for goproxy
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM alpine
|
||||
LABEL maintainer="Stille <stille@ioiox.com>"
|
||||
|
||||
ENV VERSION 14.5
|
||||
ENV VERSION 14.7
|
||||
|
||||
RUN set -xe && \
|
||||
UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \
|
||||
|
Reference in New Issue
Block a user