Skip to content

Commit 57740ba

Browse files
Update to 3.10.0rc2, pip 21.2.4
1 parent aaacfe2 commit 57740ba

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

3.10-rc/alpine3.13/Dockerfile

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

2626
ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
27-
ENV PYTHON_VERSION 3.10.0rc1
27+
ENV PYTHON_VERSION 3.10.0rc2
2828

2929
RUN set -ex \
3030
&& apk add --no-cache --virtual .fetch-deps \

3.10-rc/alpine3.14/Dockerfile

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

2626
ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
27-
ENV PYTHON_VERSION 3.10.0rc1
27+
ENV PYTHON_VERSION 3.10.0rc2
2828

2929
RUN set -ex \
3030
&& apk add --no-cache --virtual .fetch-deps \

3.10-rc/bullseye/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 A035C8C19219BA821ECEA86B64E628F8D684696D
24-
ENV PYTHON_VERSION 3.10.0rc1
24+
ENV PYTHON_VERSION 3.10.0rc2
2525

2626
RUN set -ex \
2727
\

3.10-rc/bullseye/slim/Dockerfile

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

2626
ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
27-
ENV PYTHON_VERSION 3.10.0rc1
27+
ENV PYTHON_VERSION 3.10.0rc2
2828

2929
RUN set -ex \
3030
\

3.10-rc/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 A035C8C19219BA821ECEA86B64E628F8D684696D
24-
ENV PYTHON_VERSION 3.10.0rc1
24+
ENV PYTHON_VERSION 3.10.0rc2
2525

2626
RUN set -ex \
2727
\

3.10-rc/buster/slim/Dockerfile

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

2626
ENV GPG_KEY A035C8C19219BA821ECEA86B64E628F8D684696D
27-
ENV PYTHON_VERSION 3.10.0rc1
27+
ENV PYTHON_VERSION 3.10.0rc2
2828

2929
RUN set -ex \
3030
\

3.10-rc/windows/windowsservercore-1809/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
1111
# https://github.com/docker-library/python/pull/557
1212
ENV PYTHONIOENCODING UTF-8
1313

14-
ENV PYTHON_VERSION 3.10.0rc1
14+
ENV PYTHON_VERSION 3.10.0rc2
1515
ENV PYTHON_RELEASE 3.10.0
1616

1717
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \

3.10-rc/windows/windowsservercore-ltsc2016/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
1111
# https://github.com/docker-library/python/pull/557
1212
ENV PYTHONIOENCODING UTF-8
1313

14-
ENV PYTHON_VERSION 3.10.0rc1
14+
ENV PYTHON_VERSION 3.10.0rc2
1515
ENV PYTHON_RELEASE 3.10.0
1616

1717
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \

3.10-rc/windows/windowsservercore-ltsc2022/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
1111
# https://github.com/docker-library/python/pull/557
1212
ENV PYTHONIOENCODING UTF-8
1313

14-
ENV PYTHON_VERSION 3.10.0rc1
14+
ENV PYTHON_VERSION 3.10.0rc2
1515
ENV PYTHON_RELEASE 3.10.0
1616

1717
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \

0 commit comments

Comments
 (0)