Skip to content

Commit

Permalink
Update to 3.6.13, pip 21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Feb 16, 2021
1 parent 77bc1b0 commit ada46dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 3.6/alpine3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -eux; \
# other runtime dependencies for Python are installed later

ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.12
ENV PYTHON_VERSION 3.6.13

RUN set -ex \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 3.6/alpine3.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -eux; \
# other runtime dependencies for Python are installed later

ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.12
ENV PYTHON_VERSION 3.6.13

RUN set -ex \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 3.6/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.12
ENV PYTHON_VERSION 3.6.13

RUN set -ex \
\
Expand Down
2 changes: 1 addition & 1 deletion 3.6/buster/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.12
ENV PYTHON_VERSION 3.6.13

RUN set -ex \
\
Expand Down
2 changes: 1 addition & 1 deletion 3.6/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.12
ENV PYTHON_VERSION 3.6.13

RUN set -ex \
\
Expand Down
2 changes: 1 addition & 1 deletion 3.6/stretch/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.12
ENV PYTHON_VERSION 3.6.13

RUN set -ex \
\
Expand Down

0 comments on commit ada46dd

Please sign in to comment.