Skip to content

Commit 20f63b5

Browse files
authoredMar 11, 2025
Merge pull request #428 from microbiomedata/427-update-dockerfile-to-python-311
Update Dockerfile to python 3.11
2 parents 2639a41 + ccb5821 commit 20f63b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.11
22

33
RUN \
44
pip install poetry && \

0 commit comments

Comments
 (0)