Skip to content

Commit e257bed

Browse files
authored
Update devcontainer.json
change cogent3:cogent3-workshop to cogent3:workshop
1 parent a4014af commit e257bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Cogent3 Workshop",
3-
"image": "ghcr.io/cogent3/cogent3-workshop:latest",
3+
"image": "ghcr.io/cogent3/workshop:latest",
44
"runArgs": ["--cpus", "2", "-m", "4g"],
55
"customizations": {
66
"vscode": {
@@ -26,5 +26,5 @@
2626
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/user/.ssh,type=bind,consistency=cached",
2727
"source=${localWorkspaceFolder},target=/home/user/workshop,type=bind,consistency=cached"
2828
],
29-
"updateContentCommand": "docker pull ghcr.io/cogent3/cogent3-workshop:latest"
29+
"updateContentCommand": "docker pull ghcr.io/cogent3/workshop:latest"
3030
}

0 commit comments

Comments
 (0)