Bump python devcontainer (#94540)

This commit is contained in:
dupondje 2023-06-14 11:38:47 +02:00 committed by GitHub
parent bd156bb129
commit 4ac2dd3de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.10
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.11
SHELL ["/bin/bash", "-o", "pipefail", "-c"]