Skip to content

Commit 6bb0a5e

Browse files
Copilotmadebygps
andcommitted
Fix devcontainer feature to use correct astral.sh-uv reference
Co-authored-by: madebygps <6733686+madebygps@users.noreply.github.com>
1 parent 79e4d12 commit 6bb0a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Soc-Ops Python",
33
"image": "mcr.microsoft.com/devcontainers/python:3.13",
44
"features": {
5-
"ghcr.io/devcontainer-community/features/uv:1": {}
5+
"ghcr.io/devcontainer-community/features/astral.sh-uv:1": {}
66
},
77
"customizations": {
88
"vscode": {

0 commit comments

Comments
 (0)