Skip to content

Commit 9ec46df

Browse files
Update to 3.7.10, pip 21.0.1
1 parent df27704 commit 9ec46df

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.7/alpine3.12/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN set -eux; \
2222
# other runtime dependencies for Python are installed later
2323

2424
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
25-
ENV PYTHON_VERSION 3.7.9
25+
ENV PYTHON_VERSION 3.7.10
2626

2727
RUN set -ex \
2828
&& apk add --no-cache --virtual .fetch-deps \

3.7/alpine3.13/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN set -eux; \
2222
# other runtime dependencies for Python are installed later
2323

2424
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
25-
ENV PYTHON_VERSION 3.7.9
25+
ENV PYTHON_VERSION 3.7.10
2626

2727
RUN set -ex \
2828
&& apk add --no-cache --virtual .fetch-deps \

3.7/buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
&& rm -rf /var/lib/apt/lists/*
2222

2323
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
24-
ENV PYTHON_VERSION 3.7.9
24+
ENV PYTHON_VERSION 3.7.10
2525

2626
RUN set -ex \
2727
\

3.7/buster/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -eux; \
2323
rm -rf /var/lib/apt/lists/*
2424

2525
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
26-
ENV PYTHON_VERSION 3.7.9
26+
ENV PYTHON_VERSION 3.7.10
2727

2828
RUN set -ex \
2929
\

3.7/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
&& rm -rf /var/lib/apt/lists/*
2222

2323
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
24-
ENV PYTHON_VERSION 3.7.9
24+
ENV PYTHON_VERSION 3.7.10
2525

2626
RUN set -ex \
2727
\

3.7/stretch/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -eux; \
2323
rm -rf /var/lib/apt/lists/*
2424

2525
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
26-
ENV PYTHON_VERSION 3.7.9
26+
ENV PYTHON_VERSION 3.7.10
2727

2828
RUN set -ex \
2929
\

0 commit comments

Comments
 (0)