From f9f8ddcbe2188af87239370c1707399a3f0ddaba Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:41:02 +0100 Subject: [PATCH] Use biocontainers/nextflow in devcontainers.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0216d5d..c12479c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "quay.io/seqeralabs/nf-launcher:j17-23.04.2-up2", + "image": "quay.io/biocontainers/nextflow:23.04.1--h2a3209d_3", "features": {}, "customizations": { "vscode": {