This commit is contained in:
Emilio Botero 2024-03-18 12:50:09 -07:00 committed by GitHub
commit 8390a06aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
FROM python:3.11-bullseye
# works with python 3.8 as well.
ARG PYTHON_VERSION=3.11
FROM python:${PYTHON_VERSION}-bullseye
ENV LC_ALL=C.UTF-8