Skip to content

Commit af717c2

Browse files
authored
Use devcontainer 1.0.0 release (#45)
1 parent 9ca0c07 commit af717c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "eclipse-s-core",
3-
"image": "ghcr.io/eclipse-score/devcontainer:0.1.0",
3+
"image": "ghcr.io/eclipse-score/devcontainer:1.0.0",
44
"postStartCommand": "ssh-keygen -f '/home/vscode/.ssh/known_hosts' -R '[localhost]:2222' || true"
55
}

0 commit comments

Comments
 (0)