File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ WORKDIR /root
7
7
8
8
SHELL [ "/bin/bash" , "-c" ]
9
9
10
- ARG PYTHON_VERSION_TAG=3.7.2
10
+ ARG PYTHON_VERSION_TAG=3.7.3
11
11
ARG LINK_PYTHON_TO_PYTHON3=1
12
12
13
13
# Existing lsb_release causes issues with modern installations of Python3
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ all: image py_3.6.8
5
5
image :
6
6
docker build -f Dockerfile \
7
7
--cache-from matthewfeickert/docker-python3-ubuntu:latest \
8
- --build-arg PYTHON_VERSION_TAG=3.7.2 \
8
+ --build-arg PYTHON_VERSION_TAG=3.7.3 \
9
9
--build-arg LINK_PYTHON_TO_PYTHON3=1 \
10
10
-t matthewfeickert/docker-python3-ubuntu:latest \
11
- -t matthewfeickert/docker-python3-ubuntu:3.7.2 \
11
+ -t matthewfeickert/docker-python3-ubuntu:3.7.3 \
12
12
--compress .
13
13
14
14
py_3.6.8 :
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ function main() {
98
98
# 1: the Python version tag
99
99
# 2: bool of if should symlink python and pip to python3 versions
100
100
101
- PYTHON_VERSION_TAG=3.7.2
101
+ PYTHON_VERSION_TAG=3.7.3
102
102
LINK_PYTHON_TO_PYTHON3=0 # By default don't link so as to reserve python for Python 2
103
103
if [[ $# -gt 0 ]]; then
104
104
PYTHON_VERSION_TAG=" ${1} "
You can’t perform that action at this time.
0 commit comments