Skip to content

Commit 5b1611f

Browse files
Update to 3.9.7, pip 21.2.4
1 parent bb2e1c7 commit 5b1611f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.9/windows/windowsservercore-ltsc2022/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.6
15-
ENV PYTHON_RELEASE 3.9.6
14+
ENV PYTHON_VERSION 3.9.7
15+
ENV PYTHON_RELEASE 3.9.7
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)