Skip to content

Commit

Permalink
Update python minor + pip 20.2.2 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Aug 24, 2020
1 parent b477e28 commit 66cb6a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions python/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 '<VERSION>'"
ENV PYTHON_PIP_VERSION 20.1.1
ENV PYTHON_PIP_VERSION 20.2.2

RUN set -ex; \
\
Expand Down
4 changes: 2 additions & 2 deletions python/3.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 '<VERSION>'"
ENV PYTHON_PIP_VERSION 20.1.1
ENV PYTHON_PIP_VERSION 20.2.2

RUN set -ex; \
\
Expand Down
4 changes: 2 additions & 2 deletions python/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 '<VERSION>'"
ENV PYTHON_PIP_VERSION 20.1.1
ENV PYTHON_PIP_VERSION 20.2.2

RUN set -ex; \
\
Expand Down

0 comments on commit 66cb6a9

Please sign in to comment.