]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the devcontainer image to the latest version (GH-135143)
authorBrett Cannon <brett@python.org>
Wed, 4 Jun 2025 17:06:10 +0000 (10:06 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 17:06:10 +0000 (17:06 +0000)
Fixes an issue where the WASI tools were being incorrectly installed under the ARM image.

.devcontainer/devcontainer.json

index fd1d7151518f408a731583318717756ec3bf6bc1..8e09808f08bba27ac6de2afe8d01a600a3be8535 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "image": "ghcr.io/python/devcontainer:2025.05.25.15232270922",
+    "image": "ghcr.io/python/devcontainer:2025.05.29.15334414373",
     "onCreateCommand": [
         // Install common tooling.
         "dnf",