Skip to content

Commit

Permalink
Dockerfile: Update for coala-bears master
Browse files Browse the repository at this point in the history
The Dockerfile automatically started using Python 3.7
when Alpine starting using that has its default python
image.

coala-bears master does not support Python 3.7 yet.

Also a new bear depends on libbrotli, which requires
stdc++.

Related to coala#496
Related to coala/meta#123
  • Loading branch information
jayvdb committed Aug 13, 2018
1 parent c0ab787 commit 703f6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.6-alpine

ENV BOT_ROOT=/opt/errbot

Expand Down

0 comments on commit 703f6a8

Please sign in to comment.