Skip to content

Commit 4ff37d3

Browse files
committed
Add back the nextflow org docker image
1 parent b6df003 commit 4ff37d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "nextflow-training",
33

4-
// "image": "ghcr.io/nextflow-io/training:latest",
5-
"image": "ghcr.io/ewels/nextflow-training:latest",
4+
// Update this to pin the release tag before release
5+
"image": "ghcr.io/nextflow-io/training:latest",
66
// Uncomment this and comment "image" when testing Dockerfile changes
77
// "build": { "dockerfile": "Dockerfile", "context": ".." },
88

0 commit comments

Comments
 (0)