Skip to content

Commit

Permalink
using 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Apr 25, 2024
1 parent ad45799 commit f65bb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \
&& chmod +x /usr/local/bin/image-creator_1.1.1 \
&& echo "--- beta version: " && image-creator_1.1.1 --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_0.9.8 /usr/local/bin/image-creator

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

0 comments on commit f65bb55

Please sign in to comment.