Skip to content

Commit

Permalink
using creator 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 1, 2024
1 parent 68e8aa2 commit 9c075f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \
&& curl -L -o /usr/local/bin/image-creator_0.9.8 https://drive.offspot.it/image-creator/image-creator_linux-x86_64_0.9.8 \
&& chmod +x /usr/local/bin/image-creator_0.9.8 \
&& echo "--- dependencies version: " && image-creator_0.9.8 --version \
&& curl -L -o /usr/local/bin/image-creator_1.1.1 https://drive.offspot.it/image-creator/image-creator_linux-x86_64_1.1.1 \
&& chmod +x /usr/local/bin/image-creator_1.1.1 \
&& echo "--- beta version: " && image-creator_1.1.1 --version \
&& curl -L -o /usr/local/bin/image-creator_1.1.2 https://drive.offspot.it/image-creator/image-creator_linux-x86_64_1.1.2 \
&& chmod +x /usr/local/bin/image-creator_1.1.2 \
&& echo "--- beta version: " && image-creator_1.1.2 --version \
# set default
&& ln -s /usr/local/bin/image-creator_1.1.1 /usr/local/bin/image-creator
&& ln -s /usr/local/bin/image-creator_1.1.2 /usr/local/bin/image-creator

COPY requirements.txt /src/
RUN pip install -r /src/requirements.txt
Expand Down

0 comments on commit 9c075f7

Please sign in to comment.