Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin dependencies #65

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ networks:
default:
services:
fits:
image: islandora/fits:main
image: islandora/fits:main@sha256:2e8500ea08822935e7958fade7647c1ed080d43c6aae730511fe51ae9690b6a0
crayfits:
image: lehighlts/scyllaridae-fits:${DOCKER_TAG}
ffmpeg:
Expand All @@ -16,7 +16,7 @@ services:
pandoc:
image: lehighlts/scyllaridae-pandoc:${DOCKER_TAG}
test:
image: alpine
image: alpine@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
command: sleep 300
environment:
DOCKER_TAG: ${DOCKER_TAG}
Expand Down
Loading