update v4.0.7 for zfile

This commit is contained in:
Stille 2022-07-31 21:46:36 +08:00
parent aa92f5d81c
commit 897b7552b6
2 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,13 @@
FROM ibm-semeru-runtimes:open-8-jre
LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 4.0.6
ENV VERSION 4.0.7
WORKDIR /root
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN echo 'Asia/Shanghai' >/etc/timezone
RUN curl -L -o app.jar https://github.com/zhaojun1998/zfile/releases/download/${VERSION}/zfile-${VERSION}.jar
RUN curl -L -o app.jar https://github.com/zfile-dev/zfile/releases/download/${VERSION}/zfile-${VERSION}.jar
EXPOSE 8080

View File

@ -8,6 +8,7 @@ Docker [stilleshan/zfile](https://hub.docker.com/r/stilleshan/zfile)
基于 [zhaojun1998/zfile](https://github.com/zhaojun1998/zfile) 项目的 docker 镜像.
## 更新
- **2022-07-31** 更新`4.0.7`版 docker 镜像.
- **2022-07-28** 更新`4.0.6`版 docker 镜像.
- **2022-07-15** 更新`4.0.5`版 docker 镜像.
- **2022-07-14** 更新`4.0.4`版 docker 镜像.