Skip to content

Commit 7402075

Browse files
committed
feat: upgrade 0.9.59
1 parent 7c9d651 commit 7402075

File tree

5 files changed

+7
-5
lines changed

5 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.46
21+
docker pull soulteary/cronicle:0.9.59
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.51](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.51)
3031
- [v0.9.46](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.46)
3132
- [v0.9.45](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.45)
3233
- [v0.9.39](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39)

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.46
21+
docker pull soulteary/cronicle:0.9.59
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.51](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.51)
3031
- [v0.9.46](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.46)
3132
- [v0.9.45](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.45)
3233
- [v0.9.39](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39)

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.46
6+
image: soulteary/cronicle:0.9.59
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.46
6+
image: soulteary/cronicle:0.9.59
77
restart: always
88
hostname: cronicle
99
ports:

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.51
2+
ENV CRONICLE_VERSION=0.9.59
33
WORKDIR /opt/cronicle
44
RUN curl -L -o /tmp/Cronicle-${CRONICLE_VERSION}.tar.gz https://github.com/jhuckaby/Cronicle/archive/refs/tags/v${CRONICLE_VERSION}.tar.gz
55
# COPY Cronicle-${CRONICLE_VERSION}.tar.gz /tmp/

0 commit comments

Comments
 (0)