Skip to content

Commit

Permalink
chore: update version to 0.9.63
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Dec 21, 2024
1 parent 93ec631 commit b199db4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 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.61
docker pull soulteary/cronicle:0.9.63
# Use GHCR mirror instead
docker pull ghcr.io/soulteary/cronicle:latest
```
Expand Down
2 changes: 1 addition & 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.61
docker pull soulteary/cronicle:0.9.63
# 使用 GHCR 镜像
docker pull ghcr.io/soulteary/cronicle:latest
```
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.61
image: soulteary/cronicle:0.9.63
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.61
image: soulteary/cronicle:0.9.63
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.61
ENV CRONICLE_VERSION=0.9.63
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 b199db4

Please sign in to comment.