Skip to content

Commit cb9a39a

Browse files
committed
Update to 3.9.3 and 3.8.9 (security)
Hijacking the bot since I think the parallel test builds on a PR will finish faster than the bot will. https://pythoninsider.blogspot.com/2021/04/python-393-and-389-are-now-available.html
1 parent cafa316 commit cb9a39a

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

3.8/alpine3.12/Dockerfile

Lines changed: 1 addition & 1 deletion
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 E3FF2839C048B25C084DEBE9B26995E310250568
25-
ENV PYTHON_VERSION 3.8.8
25+
ENV PYTHON_VERSION 3.8.9
2626

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

3.8/alpine3.13/Dockerfile

Lines changed: 1 addition & 1 deletion
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 E3FF2839C048B25C084DEBE9B26995E310250568
25-
ENV PYTHON_VERSION 3.8.8
25+
ENV PYTHON_VERSION 3.8.9
2626

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

3.8/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
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 E3FF2839C048B25C084DEBE9B26995E310250568
24-
ENV PYTHON_VERSION 3.8.8
24+
ENV PYTHON_VERSION 3.8.9
2525

2626
RUN set -ex \
2727
\

3.8/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
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 E3FF2839C048B25C084DEBE9B26995E310250568
26-
ENV PYTHON_VERSION 3.8.8
26+
ENV PYTHON_VERSION 3.8.9
2727

2828
RUN set -ex \
2929
\

3.8/windows/windowsservercore-1809/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.8.8
15-
ENV PYTHON_RELEASE 3.8.8
14+
ENV PYTHON_VERSION 3.8.9
15+
ENV PYTHON_RELEASE 3.8.9
1616

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

3.8/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.8.8
15-
ENV PYTHON_RELEASE 3.8.8
14+
ENV PYTHON_VERSION 3.8.9
15+
ENV PYTHON_RELEASE 3.8.9
1616

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

3.9/alpine3.12/Dockerfile

Lines changed: 1 addition & 1 deletion
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 E3FF2839C048B25C084DEBE9B26995E310250568
27-
ENV PYTHON_VERSION 3.9.2
27+
ENV PYTHON_VERSION 3.9.3
2828

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

3.9/alpine3.13/Dockerfile

Lines changed: 1 addition & 1 deletion
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 E3FF2839C048B25C084DEBE9B26995E310250568
27-
ENV PYTHON_VERSION 3.9.2
27+
ENV PYTHON_VERSION 3.9.3
2828

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

3.9/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
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 E3FF2839C048B25C084DEBE9B26995E310250568
24-
ENV PYTHON_VERSION 3.9.2
24+
ENV PYTHON_VERSION 3.9.3
2525

2626
RUN set -ex \
2727
\

3.9/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
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 E3FF2839C048B25C084DEBE9B26995E310250568
27-
ENV PYTHON_VERSION 3.9.2
27+
ENV PYTHON_VERSION 3.9.3
2828

2929
RUN set -ex \
3030
\

3.9/windows/windowsservercore-1809/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.9.2
15-
ENV PYTHON_RELEASE 3.9.2
14+
ENV PYTHON_VERSION 3.9.3
15+
ENV PYTHON_RELEASE 3.9.3
1616

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

3.9/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.9.2
15-
ENV PYTHON_RELEASE 3.9.2
14+
ENV PYTHON_VERSION 3.9.3
15+
ENV PYTHON_RELEASE 3.9.3
1616

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

0 commit comments

Comments
 (0)