From d24dcc9352ca4ada9ecc7fe4ecd5eebcc44e8561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Wed, 12 Nov 2025 16:14:30 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Revert=20"chore(deps):=20update=20mcr.micro?= =?UTF-8?q?soft.com/devcontainers/base:debian=20docke=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9c306ee5de1b33983247a56a598f7250084c15e5. --- .devcontainer/build-devcontainer/Dockerfile | 2 +- CHANGELOG.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/build-devcontainer/Dockerfile b/.devcontainer/build-devcontainer/Dockerfile index 75d83b432b..327d4b3b58 100644 --- a/.devcontainer/build-devcontainer/Dockerfile +++ b/.devcontainer/build-devcontainer/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update --quiet && \ rm -rf /var/lib/apt/lists/* # Final stage to copy only the required files after installation -FROM mcr.microsoft.com/devcontainers/base:debian@sha256:2e826a6ae92e5744cc0a471a03b4411e64f6b7cc6af3adaecddad697f0018f10 AS final +FROM mcr.microsoft.com/devcontainers/base:debian@sha256:ce2e9e611939e611b737362c045bb6d3449bb3efb84898525d724aace1737b90 AS final # Copy only the conda environment and site-packages from build stage COPY --from=build /opt/conda /opt/conda diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e34069a89..5a42ee2f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ - fix pytest setup matrix ([#3888](https://github.com/nf-core/tools/pull/3888)) - chore(deps): update mcr.microsoft.com/devcontainers/miniconda docker digest to 19516ba ([#3890](https://github.com/nf-core/tools/pull/3890)) - Update dependency textual to v6.6.0 ([#3892](https://github.com/nf-core/tools/pull/3892)) -- chore(deps): update mcr.microsoft.com/devcontainers/base:debian docker digest to 2e826a6 ([#3893](https://github.com/nf-core/tools/pull/3893)) ### Template From bf626f33ab3feacd365e1390542d963fef488baa Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Wed, 12 Nov 2025 15:15:59 +0000 Subject: [PATCH 2/2] [automated] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a42ee2f3f..9c0ef1cf9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ - fix pytest setup matrix ([#3888](https://github.com/nf-core/tools/pull/3888)) - chore(deps): update mcr.microsoft.com/devcontainers/miniconda docker digest to 19516ba ([#3890](https://github.com/nf-core/tools/pull/3890)) - Update dependency textual to v6.6.0 ([#3892](https://github.com/nf-core/tools/pull/3892)) +- Revert "chore(deps): update mcr.microsoft.com/devcontainers/base:debian docker digest to 2e826a6" ([#3896](https://github.com/nf-core/tools/pull/3896)) ### Template