diff --git a/build/__dotNetCoreRunTimeVersions.sh b/build/__dotNetCoreRunTimeVersions.sh index 6be6ea125e..bfcdc306b8 100644 --- a/build/__dotNetCoreRunTimeVersions.sh +++ b/build/__dotNetCoreRunTimeVersions.sh @@ -1,6 +1,6 @@ # This file was auto-generated from 'constants.yaml'. Changes may be overridden. -DOT_NET_CORE_RUNTIME_BASE_TAG='20240313.1' +DOT_NET_CORE_RUNTIME_BASE_TAG='20240429.2' NET_CORE_APP_10='1.0.16' NET_CORE_APP_11='1.1.13' NET_CORE_APP_20='2.0.9' diff --git a/build/__nodeVersions.sh b/build/__nodeVersions.sh index 053b320727..68a2189894 100755 --- a/build/__nodeVersions.sh +++ b/build/__nodeVersions.sh @@ -1,6 +1,6 @@ # This file was auto-generated from 'constants.yaml'. Changes may be overridden. -NODE_RUNTIME_BASE_TAG='20240429.5' +NODE_RUNTIME_BASE_TAG='20240429.6' YARN_VERSION='1.22.15' YARN_MINOR_VERSION='1.22' YARN_MAJOR_VERSION='1' diff --git a/build/__phpVersions.sh b/build/__phpVersions.sh index 5bf6570eda..a99799d4e0 100644 --- a/build/__phpVersions.sh +++ b/build/__phpVersions.sh @@ -1,7 +1,7 @@ # This file was auto-generated from 'constants.yaml'. Changes may be overridden. -PHP_RUNTIME_BASE_TAG='20240319.1' -PHP_FPM_RUNTIME_BASE_TAG='20240319.1' +PHP_RUNTIME_BASE_TAG='20240429.2' +PHP_FPM_RUNTIME_BASE_TAG='20240429.2' COMPOSER_DEFAULT_VERSION='2.6.2' COMPOSER_SETUP_SHA384='e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02' COMPOSER1_9_VERSION='1.9.3' diff --git a/build/__pythonVersions.sh b/build/__pythonVersions.sh index c19581b1d8..2dedcf718f 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='20240227.1' +PYTHON_RUNTIME_BASE_TAG='20240429.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 ead64f7223..26228b1460 100644 --- a/build/constants.yaml +++ b/build/constants.yaml @@ -69,7 +69,7 @@ file-name-prefix: __ - name: dot-net-core-run-time-versions constants: - dot-net-core-runtime-base-tag: 20240313.1 + dot-net-core-runtime-base-tag: 20240429.2 net-core-app-10: 1.0.16 net-core-app-11: 1.1.13 net-core-app-20: 2.0.9 @@ -149,7 +149,7 @@ file-name-prefix: __ - name: python-versions constants: - python-runtime-base-tag: 20240227.1 + python-runtime-base-tag: 20240429.1 pip-version: 21.2.4 python27-version: 2.7.18 python36-version: 3.6.15 @@ -185,8 +185,8 @@ file-name-prefix: __ - name: php-versions constants: - php-runtime-base-tag: 20240319.1 - php-fpm-runtime-base-tag: 20240319.1 + php-runtime-base-tag: 20240429.2 + php-fpm-runtime-base-tag: 20240429.2 composer-default-version: 2.6.2 composer-setup-sha384: e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02 composer1-9-version: 1.9.3 @@ -319,7 +319,7 @@ directory: src/startupscriptgenerator/src/common/consts - name: node-versions constants: - node-runtime-base-tag: 20240429.5 + node-runtime-base-tag: 20240429.6 yarn-version: 1.22.15 yarn-minor-version: 1.22 yarn-major-version: 1 diff --git a/src/BuildScriptGenerator/DotNetCore/DotNetCoreRunTimeVersions.cs b/src/BuildScriptGenerator/DotNetCore/DotNetCoreRunTimeVersions.cs index 8ddaa00580..402d05689e 100644 --- a/src/BuildScriptGenerator/DotNetCore/DotNetCoreRunTimeVersions.cs +++ b/src/BuildScriptGenerator/DotNetCore/DotNetCoreRunTimeVersions.cs @@ -4,7 +4,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.DotNetCore { public static class DotNetCoreRunTimeVersions { - public const string DotNetCoreRuntimeBaseTag = "20240313.1"; + public const string DotNetCoreRuntimeBaseTag = "20240429.2"; public const string NetCoreApp10 = "1.0.16"; public const string NetCoreApp11 = "1.1.13"; public const string NetCoreApp20 = "2.0.9"; diff --git a/src/BuildScriptGenerator/Node/NodeVersions.cs b/src/BuildScriptGenerator/Node/NodeVersions.cs index fab49ef157..5b61a11b0e 100644 --- a/src/BuildScriptGenerator/Node/NodeVersions.cs +++ b/src/BuildScriptGenerator/Node/NodeVersions.cs @@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Node { public static class NodeVersions { - public const string NodeRuntimeBaseTag = "20240429.5"; + public const string NodeRuntimeBaseTag = "20240429.6"; public const string YarnVersion = "1.22.15"; public const string YarnMinorVersion = "1.22"; public const string YarnMajorVersion = "1"; diff --git a/src/BuildScriptGenerator/PhpVersions.cs b/src/BuildScriptGenerator/PhpVersions.cs index ffb3b7da23..ee4fe26d06 100644 --- a/src/BuildScriptGenerator/PhpVersions.cs +++ b/src/BuildScriptGenerator/PhpVersions.cs @@ -6,8 +6,8 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Common { public static class PhpVersions { - public const string PhpRuntimeBaseTag = "20240319.1"; - public const string PhpFpmRuntimeBaseTag = "20240319.1"; + public const string PhpRuntimeBaseTag = "20240429.2"; + public const string PhpFpmRuntimeBaseTag = "20240429.2"; public const string ComposerDefaultVersion = "2.6.2"; public const string ComposerSetupSha384 = "e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02"; public const string Composer19Version = "1.9.3"; diff --git a/src/BuildScriptGenerator/PythonVersions.cs b/src/BuildScriptGenerator/PythonVersions.cs index b31d3d1ba9..67bdec3051 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 = "20240227.1"; + public const string PythonRuntimeBaseTag = "20240429.1"; public const string PipVersion = "21.2.4"; public const string Python27Version = "2.7.18"; public const string Python36Version = "3.6.15";