Skip to content

Commit

Permalink
fixup! dont set concurrency anymore (removed in 1.x, default to 1 in …
Browse files Browse the repository at this point in the history
…0.9.5)
  • Loading branch information
rgaudin committed Apr 3, 2024
1 parent 4f6b604 commit 98afac7
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 @@ -24,7 +24,7 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \
&& printf "enabled: false\noci_images:\n enabled: false\nfiles:\n enabled: false\n" > /cache/policy.yaml \
&& pip3 install -U pip \
# image-creator
&& curl -L -o /usr/local/bin/image-creator_0.9.4 https://drive.offspot.it/image-creator/image-creator_linux-x86_64_0.9.5 \
&& curl -L -o /usr/local/bin/image-creator_0.9.5 https://drive.offspot.it/image-creator/image-creator_linux-x86_64_0.9.5 \
&& chmod +x /usr/local/bin/image-creator_0.9.5 \
&& ln -s /usr/local/bin/image-creator_0.9.5 //usr/local/bin/image-creator \
&& echo "--- dependencies version: " && image-creator --version \
Expand Down

0 comments on commit 98afac7

Please sign in to comment.