Skip to content

Commit 885873b

Browse files
committed
feat: update v0.9.23
1 parent e16fb06 commit 885873b

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
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.22
21+
docker pull soulteary/cronicle:0.9.23
2222
# Use GHCR mirror instead
2323
docker pull ghcr.io/soulteary/cronicle:latest
2424
```
@@ -27,6 +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)
3031
- [v0.9.22](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.22)
3132
- [v0.9.21](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.21)
3233
- [v0.9.20](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.20)

README_CN.md

Lines changed: 2 additions & 1 deletion
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.22
21+
docker pull soulteary/cronicle:0.9.23
2222
# 使用 GHCR 镜像
2323
docker pull ghcr.io/soulteary/cronicle:latest
2424
```
@@ -27,6 +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)
3031
- [v0.9.22](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.22)
3132
- [v0.9.21](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.21)
3233
- [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.22
6+
image: soulteary/cronicle:0.9.23
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.22
6+
image: soulteary/cronicle:0.9.23
77
restart: always
88
hostname: cronicle
99
ports:

docker/Cronicle-0.9.22.tar.gz

-306 KB
Binary file not shown.

docker/Cronicle-0.9.23.tar.gz

306 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.22
2+
ENV CRONICLE_VERSION=0.9.23
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)