From 94e90bc211c669fb43c6fe04607b3618bc5a179a Mon Sep 17 00:00:00 2001 From: gnikit Date: Sat, 18 Jan 2025 23:10:10 +0000 Subject: [PATCH] chore: update devcontainer --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5514bce..b3bc0ea 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,11 +3,11 @@ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04", "features": { "ghcr.io/devcontainers/features/common-utils:2": {}, - "ghcr.io/devcontainers/features/git:2": {}, - "ghcr.io/devcontainers/features/node:2": { + "ghcr.io/devcontainers/features/git:1.3.2": {}, + "ghcr.io/devcontainers/features/node:1.6.1": { "version": "lts" }, - "ghcr.io/devcontainers/features/python:2": { + "ghcr.io/devcontainers/features/python:1.7.0": { "version": "3.11" } },