From b85fb0140c47477ee4c66432a7a3edcfd9610d95 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Thu, 20 Nov 2025 21:04:14 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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", } ```