feat(devcontainer): Downgrade to Python 3.11

This commit is contained in:
Paul Corbalan 2023-12-11 09:19:47 +01:00
parent 73ddcb259d
commit f37fc0f9f1
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Get Python Debian Bookworm image
FROM python:bookworm
# Get Python 3.11 Debian Bookworm image
FROM python:3.11-bookworm
# Install pip requirements
COPY ../requirements.txt /tmp/requirements.txt