File tree Expand file tree Collapse file tree 7 files changed +6
-5
lines changed
Expand file tree Collapse file tree 7 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ docker pull ghcr.io/soulteary/cronicle:latest
2727
2828DockerHub: [ https://hub.docker.com/r/soulteary/cronicle ] ( https://hub.docker.com/r/soulteary/cronicle )
2929
30+ - [ v0.9.45] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.45 )
3031- [ v0.9.39] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39 )
3132- [ v0.9.22] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.22 )
3233- [ v0.9.21] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.21 )
Original file line number Diff line number Diff line change 1818# 使用 DockerHub 最新版本
1919docker pull soulteary/cronicle
2020# 或者,使用指定版本
21- docker pull soulteary/cronicle:0.9.39
21+ docker pull soulteary/cronicle:0.9.45
2222# 使用 GHCR 镜像
2323docker pull ghcr.io/soulteary/cronicle:latest
2424```
@@ -27,7 +27,7 @@ docker pull ghcr.io/soulteary/cronicle:latest
2727
2828DockerHub: [ https://hub.docker.com/r/soulteary/cronicle ] ( https://hub.docker.com/r/soulteary/cronicle )
2929
30- - [ v0.9.39 ] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39 )
30+ - [ v0.9.45 ] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.45 )
3131- [ v0.9.39] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.39 )
3232- [ v0.9.22] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.22 )
3333- [ v0.9.21] ( https://github.com/jhuckaby/Cronicle/releases/tag/v0.9.21 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3"
33services :
44
55 cronicle :
6- image : soulteary/cronicle:0.9.39
6+ image : soulteary/cronicle:0.9.45
77 restart : always
88 expose :
99 - 3012
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3"
33services :
44
55 cronicle :
6- image : soulteary/cronicle:0.9.39
6+ image : soulteary/cronicle:0.9.45
77 restart : always
88 hostname : cronicle
99 ports :
Original file line number Diff line number Diff line change 11FROM node:18-bullseye AS Builder
2- ENV CRONICLE_VERSION=0.9.39
2+ ENV CRONICLE_VERSION=0.9.45
33WORKDIR /opt/cronicle
44COPY Cronicle-${CRONICLE_VERSION}.tar.gz /tmp/
55RUN tar zxvf /tmp/Cronicle-${CRONICLE_VERSION}.tar.gz -C /tmp/ && \
You can’t perform that action at this time.
0 commit comments