diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cdb91a54..78348393 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { - "name": "ubuntu-jammy", - "image": "ubuntu-latest", + "name": "ubuntu", + "image": "docker.io/library/ubuntu-latest", "features": { }, "postCreateCommand": "sudo ./build.sh"