Skip to content

Commit

Permalink
Change to FROM debian:stable in Dockerfile
Browse files Browse the repository at this point in the history
Fixes #218
  • Loading branch information
sideshowbarker committed Mar 31, 2020
1 parent e129a13 commit 5cfcfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile is just used to run on Travis CI in an environment that can easily and repeatedly
# install our build dependencies.
FROM debian:sid
FROM debian:stable

RUN apt-get update && \
apt-get install -y ca-certificates curl rsync git unzip \
Expand Down

0 comments on commit 5cfcfa4

Please sign in to comment.