diff --git a/.devcontainer/cpp/devcontainer-lock.json b/.devcontainer/cpp/devcontainer-lock.json index b1309cd2..7d7070e2 100644 --- a/.devcontainer/cpp/devcontainer-lock.json +++ b/.devcontainer/cpp/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { - "ghcr.io/devcontainers/features/desktop-lite:1.2.8": { - "version": "1.2.8", - "resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:14ac23fd59afab939e6562ba6a1f42a659a805e4c574a1be23b06f28eb3b0b71", - "integrity": "sha256:14ac23fd59afab939e6562ba6a1f42a659a805e4c574a1be23b06f28eb3b0b71" + "ghcr.io/devcontainers/features/desktop-lite:1.2.9": { + "version": "1.2.9", + "resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:d8649bc8ca8e50a52fbee29d281739ea05dc1022905b185434d6bbe9afc8f221", + "integrity": "sha256:d8649bc8ca8e50a52fbee29d281739ea05dc1022905b185434d6bbe9afc8f221" }, "ghcr.io/devcontainers/features/github-cli:1.1.0": { "version": "1.1.0", @@ -16,4 +16,4 @@ "integrity": "sha256:8c0de46939b61958041700ee89e3493f3b2e4131a06dc46b4d9423427d06e5f6" } } -} +} \ No newline at end of file diff --git a/.devcontainer/cpp/devcontainer.json b/.devcontainer/cpp/devcontainer.json index b37551c8..fdc9c1f3 100644 --- a/.devcontainer/cpp/devcontainer.json +++ b/.devcontainer/cpp/devcontainer.json @@ -15,7 +15,7 @@ "NODE_EXTRA_CA_CERTS": "/etc/ssl/certs/ca-certificates.crt" }, "features": { - "ghcr.io/devcontainers/features/desktop-lite:1.2.8": {}, + "ghcr.io/devcontainers/features/desktop-lite:1.2.9": {}, "ghcr.io/devcontainers/features/github-cli:1.1.0": {}, "ghcr.io/devcontainers/features/node:1.7.1": {} },