diff --git a/README.md b/README.md index 4581998..bd4bc9a 100644 --- a/README.md +++ b/README.md @@ -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", } ```