Skip to content

Commit

Permalink
feat: 0.9.46
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Apr 26, 2024
1 parent 72d0947 commit f8b6800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file removed docker/Cronicle-0.9.45.tar.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM node:18-bullseye AS Builder
ENV CRONICLE_VERSION=0.9.45
ENV CRONICLE_VERSION=0.9.46
WORKDIR /opt/cronicle
COPY Cronicle-${CRONICLE_VERSION}.tar.gz /tmp/
RUN curl -L -o /tmp/Cronicle-${CRONICLE_VERSION}.tar.gz https://github.com/jhuckaby/Cronicle/archive/refs/tags/v0.9.46.tar.gz
# COPY Cronicle-${CRONICLE_VERSION}.tar.gz /tmp/
RUN tar zxvf /tmp/Cronicle-${CRONICLE_VERSION}.tar.gz -C /tmp/ && \
mv /tmp/Cronicle-${CRONICLE_VERSION}/* . && \
rm -rf /tmp/* && \
Expand Down

0 comments on commit f8b6800

Please sign in to comment.