diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 827f726..ef80a19 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,14 +1,14 @@ { "name": "devcontainer", - "image": "mcr.microsoft.com/devcontainers/base:1.1.2-ubuntu-22.04", + "image": "mcr.microsoft.com/devcontainers/base:1.1.4-ubuntu-22.04", "features": { "ghcr.io/devcontainers/features/powershell:1.4.0": { "version": "7.4.1" }, - "ghcr.io/devcontainers/features/python:1.6.2": { + "ghcr.io/devcontainers/features/python:1.6.3": { "version": "3.11" }, - "ghcr.io/devcontainers/features/desktop-lite:1.2.0": { + "ghcr.io/devcontainers/features/desktop-lite:1.2.4": { "noVncVersion": "1.4.0" }, "ghcr.io/dhoeric/features/google-cloud-cli:1.0.1": {