From 130c67306e57ed5f9df3157bdaa6b0867bbfbd84 Mon Sep 17 00:00:00 2001 From: Akshay Kumar Date: Wed, 28 Feb 2024 01:44:47 +0530 Subject: [PATCH] Update base tag for runtime images --- build/__pythonVersions.sh | 2 +- build/constants.yaml | 2 +- src/BuildScriptGenerator/PythonVersions.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/__pythonVersions.sh b/build/__pythonVersions.sh index b489dacf26..c19581b1d8 100755 --- a/build/__pythonVersions.sh +++ b/build/__pythonVersions.sh @@ -1,6 +1,6 @@ # This file was auto-generated from 'constants.yaml'. Changes may be overridden. -PYTHON_RUNTIME_BASE_TAG='20240110.3' +PYTHON_RUNTIME_BASE_TAG='20240227.1' PIP_VERSION='21.2.4' PYTHON27_VERSION='2.7.18' PYTHON36_VERSION='3.6.15' diff --git a/build/constants.yaml b/build/constants.yaml index a6f82c2f6f..817877a1f3 100644 --- a/build/constants.yaml +++ b/build/constants.yaml @@ -149,7 +149,7 @@ file-name-prefix: __ - name: python-versions constants: - python-runtime-base-tag: 20240110.3 + python-runtime-base-tag: 20240227.1 pip-version: 21.2.4 python27-version: 2.7.18 python36-version: 3.6.15 diff --git a/src/BuildScriptGenerator/PythonVersions.cs b/src/BuildScriptGenerator/PythonVersions.cs index cdd298517e..b31d3d1ba9 100644 --- a/src/BuildScriptGenerator/PythonVersions.cs +++ b/src/BuildScriptGenerator/PythonVersions.cs @@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Common { public static class PythonVersions { - public const string PythonRuntimeBaseTag = "20240110.3"; + public const string PythonRuntimeBaseTag = "20240227.1"; public const string PipVersion = "21.2.4"; public const string Python27Version = "2.7.18"; public const string Python36Version = "3.6.15";