Skip to content

Commit 437b59d

Browse files
authored
Reverted Python to 3.11 so that python-Levenshtein-wheels works again (#587)
2 parents e986309 + 9287da5 commit 437b59d

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,7 +1,7 @@
11
# Dockerfile for building a Babel image.
22

33
# Let's pick up the latest Debian-based Python image.
4-
FROM python:latest
4+
FROM python:3.11
55

66
# Configuration options:
77
# - ${ROOT} is where Babel source code will be copied.

0 commit comments

Comments
 (0)