Skip to content

Commit

Permalink
Increase Python version to 3.8 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed Jan 3, 2021
1 parent 72fb25b commit 9e77137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.project_slug }}/docker/Dockerfile
Expand Up @@ -6,9 +6,9 @@ FROM ubuntu:18.04

RUN apt-get update && apt-get install -y \
git \
python3.6 \
python3.8 \
python3-pip \
python3.6-dev
python3.8-dev

RUN pip3 install --upgrade pip

Expand Down

0 comments on commit 9e77137

Please sign in to comment.