Skip to content

Commit d3dbe0d

Browse files
GiteaBotyp05327
andauthored
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>
1 parent cdbbdbe commit d3dbe0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": "20"
88
},
99
"ghcr.io/devcontainers/features/git-lfs:1.2.2": {},
10-
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
10+
"ghcr.io/devcontainers-extra/features/poetry:2": {},
1111
"ghcr.io/devcontainers/features/python:1": {
1212
"version": "3.12"
1313
},

0 commit comments

Comments
 (0)