Skip to content

Commit

Permalink
ran generate constants (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauld-msft authored Jul 20, 2023
1 parent 17b3e90 commit 02b4249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/__phpVersions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was auto-generated from 'constants.yaml'. Changes may be overridden.

PHP_RUNTIME_BASE_TAG='20230713.2'
PHP_FPM_RUNTIME_BASE_TAG='20230713.2'
PHP_FPM_RUNTIME_BASE_TAG='20230720.2'
COMPOSER_VERSION='2.0.8'
COMPOSER_SETUP_SHA384='e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02'
COMPOSER1_9_VERSION='1.9.3'
Expand Down
2 changes: 1 addition & 1 deletion src/BuildScriptGenerator/PhpVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Common
public static class PhpVersions
{
public const string PhpRuntimeBaseTag = "20230713.2";
public const string PhpFpmRuntimeBaseTag = "20230713.2";
public const string PhpFpmRuntimeBaseTag = "20230720.2";
public const string ComposerVersion = "2.0.8";
public const string ComposerSetupSha384 = "e21205b207c3ff031906575712edab6f13eb0b361f2085f1f1237b7126d785e826a450292b6cfd1d64d92e6563bbde02";
public const string Composer19Version = "1.9.3";
Expand Down

0 comments on commit 02b4249

Please sign in to comment.