Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amenasria committed Nov 5, 2024
1 parent 6db597c commit 37a8a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/docker_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def dockerize_test(ctx, binary, skip_cleanup=False):
ARG COMPOSE_SHA256=2f61856d1b8c9de29ffdaedaa1c6d0a5fc5c79da45068f1f4310feed8d3a3f61
RUN apt-get update && apt-get install -y ca-certificates curl
RUN curl -SL "https://github.com/docker/compose/releases/download/v${COMPOSE_VERSION}/docker-compose-linux-x86_64" -o /usr/bin/compose
RUN echo "${COMPOSE_SHA} /usr/bin/compose" | sha256sum --check
RUN echo "${COMPOSE_SHA256} /usr/bin/compose" | sha256sum --check
RUN chmod +x /usr/bin/compose
# Final settings
Expand Down

0 comments on commit 37a8a29

Please sign in to comment.