Skip to content

Commit dc952cd

Browse files
committed
use specific python version in delphi_python image
- use `3.8-buster` instead of `3` as the latter can change versions, which can lead to unexpected failures - fixes #27 - fixes cmu-delphi/delphi-epidata#248
1 parent f4f1615 commit dc952cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/docker/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# start with a standard python 3 image
2-
FROM python:3
2+
FROM python:3.8-buster
33

44
# use delphi's timezome
55
RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime

0 commit comments

Comments
 (0)