Skip to content

Commit

Permalink
Merge pull request #4316 from hove-io/bump_tartare_tools_to_v0.47.1
Browse files Browse the repository at this point in the history
[Tyr-worker] Bump TartareTools to v0.47.1 (for ntfs v0.18.0)
  • Loading branch information
xlqian authored Nov 5, 2024
2 parents 9ab243e + 5126383 commit 5a2c592
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.46.0"
ENV TARTARE_TOOLS_VERSION="v0.47.1"
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 5a2c592

Please sign in to comment.