From 3a8c7a89d97ea4291bb90b58d463ad60a46a2d77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:36:58 +0000 Subject: [PATCH 1/2] chore(deps): update mcr.microsoft.com/devcontainers/base:debian docker digest to 2e826a6 --- .devcontainer/build-devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/build-devcontainer/Dockerfile b/.devcontainer/build-devcontainer/Dockerfile index efadd719ef..e0b433a8bd 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:ce2e9e611939e611b737362c045bb6d3449bb3efb84898525d724aace1737b90 AS final +FROM mcr.microsoft.com/devcontainers/base:debian@sha256:2e826a6ae92e5744cc0a471a03b4411e64f6b7cc6af3adaecddad697f0018f10 AS final # Copy only the conda environment and site-packages from build stage COPY --from=build /opt/conda /opt/conda From b3712d6ee57e4fd504c8f98b15fcb83bd7b601bc Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Tue, 11 Nov 2025 10:52:32 +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 da173f184e..2f2e6d2c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - fix syntax in dockerfile for devcontainer ([#3887](https://github.com/nf-core/tools/pull/3887)) - Enable authenticated pipeline download from nf-core compatible repos with github api ([#3607](https://github.com/nf-core/tools/pull/3607)) - 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