Skip to content

Commit

Permalink
Update devcontainer.json - noble and latest moby
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Nov 29, 2024
1 parent 135935c commit 6a1a880
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "Score & Humanitec Dev Container",
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": true,
"_comment": "cannot use latest for now because of this current issue: https://github.com/kubernetes-sigs/kind/issues/3696",
"version": "26.1.4"
"version": "latest"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"version": "latest",
Expand Down

0 comments on commit 6a1a880

Please sign in to comment.