From 0bc435b96ca6663ca3ff742d50866c6d5b7f28b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:26:46 +0000 Subject: [PATCH] Update devcontainer --- .devcontainer/devcontainer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 827f726..6b0201d 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.5-ubuntu-22.04", "features": { - "ghcr.io/devcontainers/features/powershell:1.4.0": { + "ghcr.io/devcontainers/features/powershell:1.5.0": { "version": "7.4.1" }, - "ghcr.io/devcontainers/features/python:1.6.2": { + "ghcr.io/devcontainers/features/python:1.6.4": { "version": "3.11" }, - "ghcr.io/devcontainers/features/desktop-lite:1.2.0": { + "ghcr.io/devcontainers/features/desktop-lite:1.2.5": { "noVncVersion": "1.4.0" }, "ghcr.io/dhoeric/features/google-cloud-cli:1.0.1": {