Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
change cogent3:cogent3-workshop to cogent3:workshop
  • Loading branch information
khiron authored Jun 19, 2024
1 parent a4014af commit e257bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Cogent3 Workshop",
"image": "ghcr.io/cogent3/cogent3-workshop:latest",
"image": "ghcr.io/cogent3/workshop:latest",
"runArgs": ["--cpus", "2", "-m", "4g"],
"customizations": {
"vscode": {
Expand All @@ -26,5 +26,5 @@
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/user/.ssh,type=bind,consistency=cached",
"source=${localWorkspaceFolder},target=/home/user/workshop,type=bind,consistency=cached"
],
"updateContentCommand": "docker pull ghcr.io/cogent3/cogent3-workshop:latest"
"updateContentCommand": "docker pull ghcr.io/cogent3/workshop:latest"
}

0 comments on commit e257bed

Please sign in to comment.