update v12.4 for goproxy

This commit is contained in:
Stille 2023-01-09 18:01:31 +08:00
parent 067700f5de
commit e3afa47202
3 changed files with 1 additions and 18 deletions

View File

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

View File

@ -7,22 +7,6 @@ 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 镜像.
- **2022-07-20** 更新`11.9`版 docker 镜像.
- **2022-04-27** 更新`11.8`版 docker 镜像.
- **2022-04-11** 更新`11.7`版 docker 镜像.
- **2021-11-29** 更新`11.3`版 docker 镜像.
- **2021-09-27** 更新`11.2`版 docker 镜像.
- **2021-08-25** 更新`11.1`版 docker 镜像.
- **2021-07-23** 更新`11.0`版 docker 镜像.
- **2021-07-21** 更新`10.9`版 docker 镜像.
- **2021-07-06** 更新`10.8`版 docker 镜像.
- **2021-06-09** 更新`10.7`版 docker 镜像,新增同时支持 X86 和 ARM 架构.
## 部署
### docker
#### 单个代理服务

View File

@ -11,4 +11,3 @@ services:
- |
/proxy http -p :11111 &
/proxy socks -p :22222