Skip to content

Commit b994c75

Browse files
authored
Update python version from 2.7 to 3.8 in Dockerfile (dbcli#1181)
* Update python version from 2.7 to 3.8 in Dockerfile * Update AUTHORS and changelog.rst
1 parent 901ef31 commit b994c75

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Contributors:
108108
* Gantsev Denis
109109
* Stephano Paraskeva
110110
* Panos Mavrogiorgos (pmav99)
111+
* Igor Kim (igorkim)
111112

112113
Creator:
113114
--------

Dockerfile

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

33
COPY . /app
44
RUN cd /app && pip install -e .

changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Features:
66

77
* Make the output more compact by removing the empty newline. (Thanks: `laixintao`_)
88
* Add support for using [pspg](https://github.com/okbob/pspg) as a pager (#1102)
9+
* Update python version in Dockerfile
910

1011
Bug fixes:
1112
----------

0 commit comments

Comments
 (0)