Skip to content

Commit

Permalink
Added image-creator 1.1.0 to worker
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Apr 18, 2024
1 parent e0d00f2 commit 57fa008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \
&& echo "--- beta version: " && image-creator_1.0.1 --version \
&& curl -L -o /usr/local/bin/image-creator_1.0.2 https://drive.offspot.it/image-creator/image-creator_linux-x86_64_1.0.2 \
&& chmod +x /usr/local/bin/image-creator_1.0.2 \
&& echo "--- beta version: " && image-creator_1.0.2 --version
&& echo "--- beta version: " && image-creator_1.0.2 --version \
&& curl -L -o /usr/local/bin/image-creator_1.0.2 https://drive.offspot.it/image-creator/image-creator_linux-x86_64_1.1.0 \
&& chmod +x /usr/local/bin/image-creator_1.1.0 \
&& echo "--- beta version: " && image-creator_1.1.0 --version

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

0 comments on commit 57fa008

Please sign in to comment.