Skip to content

Commit 747d15f

Browse files
committed
Upgrade all Python patch versions
Apply this commit (manually) into 5.x image version: #139
1 parent bc963e9 commit 747d15f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ENV APPDIR /app
88
ENV LANG C.UTF-8
99

1010
# Versions, and expose labels for external usage
11-
ENV PYTHON_VERSION_27 2.7.16
12-
ENV PYTHON_VERSION_36 3.6.8
13-
ENV PYTHON_VERSION_37 3.7.3
11+
ENV PYTHON_VERSION_27 2.7.18
12+
ENV PYTHON_VERSION_36 3.6.12
13+
ENV PYTHON_VERSION_37 3.7.9
1414
ENV PYPY_VERSION_35 pypy3.5-7.0.0
1515
ENV CONDA_VERSION 4.6.14
1616
LABEL python.version_27=$PYTHON_VERSION_27

0 commit comments

Comments
 (0)