Skip to content

Commit 55f22f4

Browse files
authored
Merge pull request #267 from datalad/enh-buildenv
Switch to forky and progress freeze date to recent
2 parents f433170 + 07f8838 commit 55f22f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows/tools/containers/buildenv-git-annex

.github/workflows/tools/containers/buildenv-git-annex/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:trixie
1+
FROM debian:forky
22

33
# Apparently snapshots.debian.org has heavy rate limiting policy so we better
44
# provide some apt conf tune ups with hope to make apt more robust in talking to it
@@ -21,7 +21,7 @@ RUN echo 'Acquire::http::Dl-Limit "200";' >| /etc/apt/apt.conf.d/20snapshots \
2121
RUN set -ex; \
2222
apt update; \
2323
apt install neurodebian-freeze; \
24-
nd_freeze 20250819; \
24+
nd_freeze 20260425; \
2525
f=/etc/apt/sources.list.d/debian.sources; if [ -e "$f" ] && ! grep -q "^URIs:.*snapshot\." "$f"; then mv "$f" "$f.disabled"; fi; \
2626
sed -i -e 's,\(^deb\) \(.*\),\1 \2\ndeb-src \2,g' /etc/apt/sources.list.d/*.list; \
2727
apt-get update -qq; \

0 commit comments

Comments
 (0)