Skip to content

Commit 378c472

Browse files
committed
feat: add 0.9.39
1 parent 885873b commit 378c472

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Say goodbye to troublesome configuration and installation, and start your Schedu
1818
# use the latest version on DockerHub
1919
docker pull soulteary/cronicle
2020
# or specified version
21-
docker pull soulteary/cronicle:0.9.23
21+
docker pull soulteary/cronicle:0.9.39
2222
# Use GHCR mirror instead
2323
docker pull ghcr.io/soulteary/cronicle:latest
2424
```
@@ -27,7 +27,7 @@ docker pull ghcr.io/soulteary/cronicle:latest
2727

2828
DockerHub: [https://hub.docker.com/r/soulteary/cronicle](https://hub.docker.com/r/soulteary/cronicle)
2929

30-
- [v0.9.23](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.23)
30+
- [v0.9.39](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39)
3131
- [v0.9.22](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.22)
3232
- [v0.9.21](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.21)
3333
- [v0.9.20](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.20)

README_CN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# 使用 DockerHub 最新版本
1919
docker pull soulteary/cronicle
2020
# 或者,使用指定版本
21-
docker pull soulteary/cronicle:0.9.23
21+
docker pull soulteary/cronicle:0.9.39
2222
# 使用 GHCR 镜像
2323
docker pull ghcr.io/soulteary/cronicle:latest
2424
```
@@ -27,7 +27,8 @@ docker pull ghcr.io/soulteary/cronicle:latest
2727

2828
DockerHub: [https://hub.docker.com/r/soulteary/cronicle](https://hub.docker.com/r/soulteary/cronicle)
2929

30-
- [v0.9.23](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.23)
30+
- [v0.9.39](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39)
31+
- [v0.9.39](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39)
3132
- [v0.9.22](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.22)
3233
- [v0.9.21](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.21)
3334
- [v0.9.20](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.20)

docker-compose.traefik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3"
33
services:
44

55
cronicle:
6-
image: soulteary/cronicle:0.9.23
6+
image: soulteary/cronicle:0.9.39
77
restart: always
88
expose:
99
- 3012

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3"
33
services:
44

55
cronicle:
6-
image: soulteary/cronicle:0.9.23
6+
image: soulteary/cronicle:0.9.39
77
restart: always
88
hostname: cronicle
99
ports:

docker/Cronicle-0.9.23.tar.gz

-306 KB
Binary file not shown.

docker/Cronicle-0.9.39.tar.gz

335 KB
Binary file not shown.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:18-bullseye AS Builder
2-
ENV CRONICLE_VERSION=0.9.23
2+
ENV CRONICLE_VERSION=0.9.39
33
WORKDIR /opt/cronicle
44
COPY Cronicle-${CRONICLE_VERSION}.tar.gz /tmp/
55
RUN tar zxvf /tmp/Cronicle-${CRONICLE_VERSION}.tar.gz -C /tmp/ && \

0 commit comments

Comments
 (0)