update v3.2.1 for zfile

This commit is contained in:
Stille 2022-02-02 21:07:16 +08:00
parent 3df1a05446
commit b6452e3ae2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM stilleshan/alpine-openjdk-8-headless:2021-06-11
FROM stilleshan/alpine-openjdk-8-headless:2022-02-01
LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 3.2
ENV VERSION 3.2.1
WORKDIR /root
@ -12,4 +12,3 @@ RUN wget https://github.com/zhaojun1998/zfile/releases/download/${VERSION}/zfile
EXPOSE 8080
CMD sh ./zfile/bin/start.sh && tail -f /dev/null

View File

@ -8,6 +8,7 @@ Docker [stilleshan/zfile](https://hub.docker.com/r/stilleshan/zfile)
基于 [zhaojun1998/zfile](https://github.com/zhaojun1998/zfile) 项目的 docker 镜像.
## 更新
- **2021-02-02** 更新`3.2.1`版 docker 镜像.
- **2021-09-19** 更新`3.2`版 docker 镜像.
- **2021-06-11** 更新`3.1`版 docker 镜像,新增同时支持 X86 和 ARM 架构.