diff --git a/.devcontainer/build-devcontainer/devcontainer.json b/.devcontainer/build-devcontainer/devcontainer.json index b367a1b786..cb3882f84f 100644 --- a/.devcontainer/build-devcontainer/devcontainer.json +++ b/.devcontainer/build-devcontainer/devcontainer.json @@ -9,7 +9,9 @@ }, "features": { - "ghcr.io/devcontainers/features/docker-outside-of-docker:1.6.3": {} + "ghcr.io/devcontainers/features/docker-outside-of-docker:1.6.3": { + "moby": false + } }, "remoteEnv": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbb239ded..a2939e8030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - chore(deps): update mcr.microsoft.com/devcontainers/base:debian docker digest to 2e826a6 ([#3893](https://github.com/nf-core/tools/pull/3893)) - Fix GH API rate limits. ([#3895](https://github.com/nf-core/tools/pull/3895)) - Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.5 ([#3900](https://github.com/nf-core/tools/pull/3900)) +- devcontainer: Set `moby: false` to fix trixie builds ([#3904](https://github.com/nf-core/tools/pull/3904)) - Update actions/checkout digest to 93cb6ef ([#3906](https://github.com/nf-core/tools/pull/3906)) ### Template