Update v10.8 for goproxy

This commit is contained in:
Stille 2021-07-06 11:05:45 +08:00
parent 9ebc818e23
commit 6cd7d24d06
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -8,7 +8,8 @@ Docker [stilleshan/goproxy](https://hub.docker.com/r/stilleshan/goproxy)
基于 [snail007/goproxy](https://github.com/snail007/goproxy) 项目的 docker 镜像.
## 更新
**2021-06-09** 更新`10.7`版 docker 镜像,新增同时支持 X86 和 ARM 架构.
- **2021-07-06** 更新`10.8`版 docker 镜像.
- **2021-06-09** 更新`10.7`版 docker 镜像,新增同时支持 X86 和 ARM 架构.
## 部署
### docker