Skip to content

Commit b199db4

Browse files
committed
chore: update version to 0.9.63
1 parent 93ec631 commit b199db4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 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.61
21+
docker pull soulteary/cronicle:0.9.63
2222
# Use GHCR mirror instead
2323
docker pull ghcr.io/soulteary/cronicle:latest
2424
```

README_CN.md

Lines changed: 1 addition & 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.61
21+
docker pull soulteary/cronicle:0.9.63
2222
# 使用 GHCR 镜像
2323
docker pull ghcr.io/soulteary/cronicle:latest
2424
```

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.61
6+
image: soulteary/cronicle:0.9.63
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.61
6+
image: soulteary/cronicle:0.9.63
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.61
2+
ENV CRONICLE_VERSION=0.9.63
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)