https://github.com/python/cpython/commit/9bf03c6c30c9ee2979061410651c3f6132683640
commit: 9bf03c6c30c9ee2979061410651c3f6132683640
branch: main
author: Emma Smith <[email protected]>
committer: corona10 <[email protected]>
date: 2025-05-27T10:24:38+09:00
summary:

gh-134583: Update devcontainer reference to include image with libzstd-devel 
(gh-134765)

Update devcontainer reference

files:
M .devcontainer/devcontainer.json

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 64c85c1101e6e6..fd1d7151518f40 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",

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to