Skip to content

Commit 63d7bcd

Browse files
authored
Use Python 3.9 for docker container (#1535)
1 parent d935d2d commit 63d7bcd

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.8
1+
FROM python:3.9
22

33
COPY . /app
44
RUN cd /app && pip install -e .

0 commit comments

Comments
 (0)