Skip to content

Commit

Permalink
feat: upgrade 0.9.59
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Sep 11, 2024
1 parent 7c9d651 commit 7402075
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Say goodbye to troublesome configuration and installation, and start your Schedu
# use the latest version on DockerHub
docker pull soulteary/cronicle
# or specified version
docker pull soulteary/cronicle:0.9.46
docker pull soulteary/cronicle:0.9.59
# Use GHCR mirror instead
docker pull ghcr.io/soulteary/cronicle:latest
```
Expand All @@ -27,6 +27,7 @@ docker pull ghcr.io/soulteary/cronicle:latest

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

- [v0.9.51](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.51)
- [v0.9.46](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.46)
- [v0.9.45](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.45)
- [v0.9.39](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39)
Expand Down
3 changes: 2 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# 使用 DockerHub 最新版本
docker pull soulteary/cronicle
# 或者,使用指定版本
docker pull soulteary/cronicle:0.9.46
docker pull soulteary/cronicle:0.9.59
# 使用 GHCR 镜像
docker pull ghcr.io/soulteary/cronicle:latest
```
Expand All @@ -27,6 +27,7 @@ docker pull ghcr.io/soulteary/cronicle:latest

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

- [v0.9.51](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.51)
- [v0.9.46](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.46)
- [v0.9.45](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.45)
- [v0.9.39](https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:

cronicle:
image: soulteary/cronicle:0.9.46
image: soulteary/cronicle:0.9.59
restart: always
expose:
- 3012
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:

cronicle:
image: soulteary/cronicle:0.9.46
image: soulteary/cronicle:0.9.59
restart: always
hostname: cronicle
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18-bullseye AS Builder
ENV CRONICLE_VERSION=0.9.51
ENV CRONICLE_VERSION=0.9.59
WORKDIR /opt/cronicle
RUN curl -L -o /tmp/Cronicle-${CRONICLE_VERSION}.tar.gz https://github.com/jhuckaby/Cronicle/archive/refs/tags/v${CRONICLE_VERSION}.tar.gz
# COPY Cronicle-${CRONICLE_VERSION}.tar.gz /tmp/
Expand Down

0 comments on commit 7402075

Please sign in to comment.