Skip to content

Commit

Permalink
Merge pull request #244 from kaspar030/bump-git-cache
Browse files Browse the repository at this point in the history
murdock-worker: bump git-cache-rs to 0.1.5
  • Loading branch information
kaspar030 committed Feb 13, 2024
2 parents 8ff4040 + 1e878e5 commit 2675d5d
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 2675d5d

Please sign in to comment.