From d3dbe0d9ce173277d66d312a58513c5d881edd6a Mon Sep 17 00:00:00 2001 From: Giteabot Date: Sat, 21 Jun 2025 01:08:38 +0800 Subject: [PATCH] Bump poetry feature to new url for dev container (#34787) (#34790) Backport #34787 by @yp05327 Why: I got this error when build dev container ![4be14223f83e4d19ff04b0b31e38b8fc](https://github.com/user-attachments/assets/6e14630f-e505-4a8c-819f-229efee67116) It seems that the url of poetry feature was changed: https://containers.dev/features ![image](https://github.com/user-attachments/assets/8d3d4beb-9344-494a-8176-80b6f52ad6af) After change to the new one, it worked. Co-authored-by: yp05327 <576951401@qq.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ab30e1789d..719d7501a0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "version": "20" }, "ghcr.io/devcontainers/features/git-lfs:1.2.2": {}, - "ghcr.io/devcontainers-contrib/features/poetry:2": {}, + "ghcr.io/devcontainers-extra/features/poetry:2": {}, "ghcr.io/devcontainers/features/python:1": { "version": "3.12" },