Skip to content

Commit 17097b9

Browse files
authored
Fix python minor version to 3.7
`3.6` is also fine, but we should fix it for now, I guess.
1 parent 9ad539e commit 17097b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

33
ENV LZ4_VERSION=1.8.1.2
44

0 commit comments

Comments
 (0)