1
0
mirror of synced 2025-12-19 18:14:56 -05:00

🐛 devcontainers: bump Python base image version to allow it to start (#38592)

Co-authored-by: Natik Gadzhi <natik@respawn.io>
This commit is contained in:
Gergely Imreh
2024-05-25 11:49:06 +08:00
committed by GitHub
parent e6b9aff40e
commit b932ecccf8

View File

@@ -2,7 +2,7 @@
{
"name": "Python Development DevContainer (Generic)",
"image": "mcr.microsoft.com/devcontainers/python:0-3.10",
"image": "mcr.microsoft.com/devcontainers/python:1-3.10",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker": {},
"ghcr.io/devcontainers/features/python:1": {