Skip to content

Commit d3f6e05

Browse files
committed
update base python to 3.8
1 parent 6f91106 commit d3f6e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2019 Sebastian Pipping <[email protected]>
22
# Licensed under the BSD License (3 clause, also known as the new BSD license)
33

4-
FROM python:3.7
4+
FROM python:3.8
55

66
ENV PATH=${PATH}:/root/.local/bin
77

0 commit comments

Comments
 (0)