Skip to content

Commit

Permalink
chore: update version to 0.9.59
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Sep 10, 2024
1 parent f354b09 commit 591afd6
Showing 1 changed file with 1 addition and 1 deletion.
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 591afd6

Please sign in to comment.