Skip to content

Commit 423c94e

Browse files
authored
Merge pull request #15 from elementary-data/devin/1772355616-fix-python-version
Update Dockerfile to Python 3.10 for elementary-data 0.22+ compatibility
2 parents f764b45 + eff6ae6 commit 423c94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.17
1+
FROM python:3.10.17
22

33
COPY requirements.txt /requirements.txt
44
RUN pip install --no-cache-dir -r /requirements.txt

0 commit comments

Comments
 (0)