Update README.md
All checks were successful
/ build-docker-image (push) Successful in 11s

This commit is contained in:
2025-11-20 21:04:14 +00:00
parent 22a2021b9a
commit b85fb0140c

View File

@@ -16,9 +16,7 @@ Add a `.devcontainer/devcontainer.json` to your project that points to the publi
```json
{
"name": "my-project",
"image": "ghcr.io/your-org/devops:22.04",
"remoteUser": "vscode"
"image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
}
```