Skip to content

Commit a39e261

Browse files
authored
Merge pull request #3430 from OpenNeuroOrg/git-annex-10.20250320
deps: Update to git-annex 10.20250320
2 parents 7711b48 + 5bd6d45 commit a39e261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/datalad/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY --from=deno /deno /usr/local/bin/deno
1717
RUN apt-get update \
1818
&& apt-get install -y curl openssh-client \
1919
&& ssh-keyscan github.com >> /root/.ssh/known_hosts \
20-
&& curl -L http://archive.org/download/git-annex-builds/SHA256E-s53592796--6e0a3c16d50379f89d2064081376a3f7f6efa1a89eb1afc2a2335597e7cf9fac.tar.gz | tar -C /usr/local/bin --strip-components 1 -xvz \
20+
&& curl -L https://storage.googleapis.com/openneuro-git-annex/10.20250320/SHA256E-s62052170--58aadf91f6b05a8ed9fb6a351d5e786da9fe1890e202b9b935d18e876caf25a1.tar.gz | tar -C /usr/local/bin --strip-components 1 -xvz \
2121
&& pip3 install 'pipenv==2020.6.2' \
2222
&& pipenv install --deploy --system \
2323
&& chmod 600 /root/.ssh/config \

0 commit comments

Comments
 (0)