From ca0a4407442d534df90c106e5292c42d559d3d5a Mon Sep 17 00:00:00 2001 From: mashehu Date: Mon, 10 Nov 2025 11:00:11 +0100 Subject: [PATCH 1/2] fix syntax in dockerfile for devcontainer --- .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 430b55d262..b210b625b9 100644 --- a/.devcontainer/build-devcontainer/Dockerfile +++ b/.devcontainer/build-devcontainer/Dockerfile @@ -1,6 +1,6 @@ # devcontainers/miniconda image based on debian (bookworm) # see tags and images: https://mcr.microsoft.com/en-us/artifact/mar/devcontainers/miniconda/tags -FROM "mcr.microsoft.com/devcontainers/miniconda@sha256:8e262a2664fab1d53054738d3633338558a2078ce66d3abde55c130f0d5da94f" AS build +FROM mcr.microsoft.com/devcontainers/miniconda@sha256:8e262a2664fab1d53054738d3633338558a2078ce66d3abde55c130f0d5da94f AS build # copy this repo at current revision COPY . /root/nfcore-tools/ From 380f7482e60ec79e55fae8ed599741246510920e Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Mon, 10 Nov 2025 10:09:51 +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 f8cd13e98e..405df383f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.4 ([#3882](https://github.com/nf-core/tools/pull/3882)) - add missing setup steps to snapshot update action ([#3883](https://github.com/nf-core/tools/pull/3883)) - fix sync test ([#3885](https://github.com/nf-core/tools/pull/3885)) +- fix syntax in dockerfile for devcontainer ([#3887](https://github.com/nf-core/tools/pull/3887)) ### Template