Skip to content

Commit

Permalink
chore: update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jan 18, 2025
1 parent 2c8e427 commit 94e90bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down

0 comments on commit 94e90bc

Please sign in to comment.