Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/antigravity/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "3.12.12"
"version": "3.12.13"
},
"ghcr.io/eitsupi/devcontainer-features/jq-likes:2": {
"jqVersion": "1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/vscode/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "3.12.12"
"version": "3.12.13"
},
"ghcr.io/eitsupi/devcontainer-features/jq-likes:2": {
"jqVersion": "latest",
Expand Down
Loading