diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 07e120c..6df6565 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,11 +3,11 @@ { "name": "Pelican Prod Environment", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/base:bullseye", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04", "onCreateCommand": "helm plugin install https://github.com/databus23/helm-diff --version=3.9.6 && helm plugin install https://github.com/aslafy-z/helm-git --version 1.3.0", "features": { - "ghcr.io/devcontainers/features/docker-outside-of-docker:1.4.5": { - "version": "20.10", + "ghcr.io/devcontainers/features/docker-outside-of-docker:1.6.3": { + "version": "28.3.3", "enableNonRootDocker": "true", "moby": "true" }, @@ -23,8 +23,8 @@ "ghcr.io/mpriscella/features/kind:1.0.1": { "version": "v0.29.0" }, - "ghcr.io/schlich/devcontainer-features/helmfile:1.0.0": { - "version": "v1.1.3" + "ghcr.io/devcontainers-extra/features/helmfile:1": { + "version": "v0.164.0" }, // to be able to edit yaml files in bash scripts conviniently using yq "ghcr.io/eitsupi/devcontainer-features/jq-likes:2.1.1": {