diff --git a/api/.devcontainer/devcontainer.json b/api/.devcontainer/devcontainer.json index 4c63082..8c6ebf5 100644 --- a/api/.devcontainer/devcontainer.json +++ b/api/.devcontainer/devcontainer.json @@ -6,8 +6,8 @@ "image": "mcr.microsoft.com/vscode/devcontainers/python:1-3.11-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. "features": { - "ghcr.io/devcontainers-contrib/features/poetry:2": {}, - "ghcr.io/devcontainers-contrib/features/apt-get-packages:1": { + "ghcr.io/devcontainers-extra/features/poetry:2": {}, + "ghcr.io/devcontainers-extra/features/apt-get-packages:1": { "packages": "git-flow, git-lfs" }, "ghcr.io/itsmechlark/features/redis-server:1": {} diff --git a/ui/.devcontainer/devcontainer.json b/ui/.devcontainer/devcontainer.json index 529b6e9..1d9f5b2 100644 --- a/ui/.devcontainer/devcontainer.json +++ b/ui/.devcontainer/devcontainer.json @@ -6,10 +6,10 @@ "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:1-18-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. "features": { - "ghcr.io/devcontainers-contrib/features/apt-get-packages:1": { + "ghcr.io/devcontainers-extra/features/apt-get-packages:1": { "packages": "git-flow, git-lfs" }, - "ghcr.io/devcontainers-contrib/features/vue-cli:2": {} + "ghcr.io/devcontainers-extra/features/vue-cli:2": {} }, // Configure tool-specific properties. "customizations": {