update v12.3 for goproxy

This commit is contained in:
Stille 2022-11-22 11:19:52 +08:00
parent 948437cb18
commit 542c845032
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -8,6 +8,7 @@ Docker [stilleshan/goproxy](https://hub.docker.com/r/stilleshan/goproxy)
基于 [snail007/goproxy](https://github.com/snail007/goproxy) 项目的 docker 镜像.
## 更新
- **2022-11-22** 更新`12.3`版 docker 镜像.
- **2022-10-16** 更新`12.2`版 docker 镜像.
- **2022-09-01** 更新`12.1`版 docker 镜像.
- **2022-08-31** 更新`12.0`版 docker 镜像.