Skip to content

Commit 7398680

Browse files
authored
Merge pull request #336 from tutorcruncher/up-docker-python-version
Upgrade python versions and uvloop
2 parents ce45c55 + 76fdef5 commit 7398680

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.8.3
1+
python-3.8.8

tcsocket/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6-alpine
1+
FROM python:3.8.8-alpine
22

33
RUN apk --update --no-cache add gcc g++ musl-dev zlib-dev libuv libffi-dev make postgresql-dev jpeg-dev tiff-dev \
44
&& rm -rf /var/cache/apk/*

tcsocket/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python-dateutil==2.8.1
1010
pillow==8.1.2
1111
pydantic[email]==1.5.1
1212
raven==6.10.0
13-
uvloop==0.15.1
13+
uvloop==0.15.2
1414
ipython==7.21.0
1515
pgcli==3.1.0
1616
ipython-sql==0.4.0

0 commit comments

Comments
 (0)