1
0
Fork 0

Upgrade Python Version from 3.9 to 3.11

This commit is contained in:
Margaret Fero 2024-03-02 15:57:06 -08:00
parent 3652ac8100
commit 570017d3b0
5 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.9-bookworm
FROM python:3.11-bookworm
WORKDIR /app/dev-tools
ENV PATH="/app/dev-tools/node_modules/.bin:$PATH"