diff --git a/python/3.6/Dockerfile b/python/3.6/Dockerfile index db90e4e..64e7f86 100644 --- a/python/3.6/Dockerfile +++ b/python/3.6/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] RUN apk add --no-cache ca-certificates ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D -ENV PYTHON_VERSION 3.6.11 +ENV PYTHON_VERSION 3.6.12 COPY *.patch /usr/src/ RUN set -ex \ @@ -152,7 +152,7 @@ RUN cd /usr/local/bin \ && ln -s python3-config python-config # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" -ENV PYTHON_PIP_VERSION 20.1.1 +ENV PYTHON_PIP_VERSION 20.2.2 RUN set -ex; \ \ diff --git a/python/3.7/Dockerfile b/python/3.7/Dockerfile index ffa548d..7705c7c 100644 --- a/python/3.7/Dockerfile +++ b/python/3.7/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] RUN apk add --no-cache ca-certificates ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D -ENV PYTHON_VERSION 3.7.8 +ENV PYTHON_VERSION 3.7.9 COPY *.patch /usr/src/ RUN set -ex \ @@ -152,7 +152,7 @@ RUN cd /usr/local/bin \ && ln -s python3-config python-config # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" -ENV PYTHON_PIP_VERSION 20.1.1 +ENV PYTHON_PIP_VERSION 20.2.2 RUN set -ex; \ \ diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index 4b5663b..613283e 100644 --- a/python/3.8/Dockerfile +++ b/python/3.8/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] RUN apk add --no-cache ca-certificates ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568 -ENV PYTHON_VERSION 3.8.3 +ENV PYTHON_VERSION 3.8.4 COPY *.patch /usr/src/ RUN set -ex \ @@ -107,7 +107,7 @@ RUN cd /usr/local/bin \ && ln -s python3-config python-config # if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value ''" -ENV PYTHON_PIP_VERSION 20.1.1 +ENV PYTHON_PIP_VERSION 20.2.2 RUN set -ex; \ \