From: Emma Smith Date: Tue, 27 May 2025 01:24:38 +0000 (-0700) Subject: gh-134583: Update devcontainer reference to include image with libzstd-devel (gh... X-Git-Tag: v3.15.0a1~1501 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bf03c6c30c9ee2979061410651c3f6132683640;p=thirdparty%2FPython%2Fcpython.git gh-134583: Update devcontainer reference to include image with libzstd-devel (gh-134765) Update devcontainer reference --- diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 64c85c1101e6..fd1d7151518f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/python/devcontainer:2024.09.25.11038928730", + "image": "ghcr.io/python/devcontainer:2025.05.25.15232270922", "onCreateCommand": [ // Install common tooling. "dnf",