Skip to content

Commit 6f0f61d

Browse files
Change to FROM debian:stable in Dockerfile
Fixes #218. See #220 for migrating to Python 3, the better long-term fix.
1 parent e129a13 commit 6f0f61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Dockerfile is just used to run on Travis CI in an environment that can easily and repeatedly
22
# install our build dependencies.
3-
FROM debian:sid
3+
FROM debian:stable
44

55
RUN apt-get update && \
66
apt-get install -y ca-certificates curl rsync git unzip \

0 commit comments

Comments
 (0)