Skip to content

Commit

Permalink
Merge pull request #4298 from hove-io/upgrade_tartare_tools
Browse files Browse the repository at this point in the history
Upgrade tartaretools
  • Loading branch information
azime authored Aug 20, 2024
2 parents 3f864cb + fc0d856 commit 0297709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/debian8/Dockerfile-tyr-worker
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM navitia/master

# Install some binaries from tartare-tools
ENV TARTARE_TOOLS_VERSION="v0.42.0"
ENV TARTARE_TOOLS_VERSION="v0.44.0"
ARG GITHUB_TOKEN
RUN git config --global url."https://x-access-token:${GITHUB_TOKEN}@github.com/hove-io/".insteadOf "ssh://[email protected]/hove-io/"
RUN git clone -b ${TARTARE_TOOLS_VERSION} --depth 1 https://x-access-token:${GITHUB_TOKEN}@github.com/hove-io/tartare-tools
Expand Down

0 comments on commit 0297709

Please sign in to comment.