Skip to content

Commit

Permalink
murdock-worker: bump git-cache-rs to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 8, 2024
1 parent 78e6dbf commit 1a91abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion murdock-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pip3 install hiredis
RUN pip3 install click

# get git-cache-rs binary
COPY --from=ghcr.io/kaspar030/git-cache:0.1.3-jammy /git-cache /usr/bin/git-cache
COPY --from=ghcr.io/kaspar030/git-cache:0.1.5-jammy /git-cache /usr/bin/git-cache
ENV GIT_CACHE_RS /usr/bin/git-cache

# install newer ccache package
Expand Down

0 comments on commit 1a91abb

Please sign in to comment.