Skip to content

Commit

Permalink
Upgrade runtimes to include GD (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Sep 10, 2019
1 parent 4137fe5 commit 90bfed9
Showing 1 changed file with 80 additions and 80 deletions.
160 changes: 80 additions & 80 deletions layers.json
Original file line number Diff line number Diff line change
@@ -1,92 +1,92 @@
{
"php-73": {
"ca-central-1": 10,
"eu-central-1": 10,
"eu-north-1": 9,
"eu-west-1": 10,
"eu-west-2": 10,
"eu-west-3": 10,
"sa-east-1": 10,
"us-east-1": 10,
"us-east-2": 10,
"us-west-1": 10,
"us-west-2": 10,
"ap-south-1": 10,
"ap-northeast-1": 10,
"ap-northeast-2": 10,
"ap-southeast-1": 10,
"ap-southeast-2": 10
"ca-central-1": 11,
"eu-central-1": 11,
"eu-north-1": 10,
"eu-west-1": 11,
"eu-west-2": 11,
"eu-west-3": 11,
"sa-east-1": 11,
"us-east-1": 11,
"us-east-2": 11,
"us-west-1": 11,
"us-west-2": 11,
"ap-south-1": 11,
"ap-northeast-1": 11,
"ap-northeast-2": 11,
"ap-southeast-1": 11,
"ap-southeast-2": 11
},
"php-73-fpm": {
"ca-central-1": 10,
"eu-central-1": 10,
"eu-north-1": 9,
"eu-west-1": 10,
"eu-west-2": 10,
"eu-west-3": 10,
"sa-east-1": 10,
"us-east-1": 10,
"us-east-2": 10,
"us-west-1": 10,
"us-west-2": 10,
"ap-south-1": 10,
"ap-northeast-1": 10,
"ap-northeast-2": 10,
"ap-southeast-1": 10,
"ap-southeast-2": 10
"ca-central-1": 11,
"eu-central-1": 11,
"eu-north-1": 10,
"eu-west-1": 11,
"eu-west-2": 11,
"eu-west-3": 11,
"sa-east-1": 11,
"us-east-1": 11,
"us-east-2": 11,
"us-west-1": 11,
"us-west-2": 11,
"ap-south-1": 11,
"ap-northeast-1": 11,
"ap-northeast-2": 11,
"ap-southeast-1": 11,
"ap-southeast-2": 11
},
"php-72": {
"ca-central-1": 10,
"eu-central-1": 10,
"eu-north-1": 9,
"eu-west-1": 10,
"eu-west-2": 10,
"eu-west-3": 10,
"sa-east-1": 10,
"us-east-1": 10,
"us-east-2": 10,
"us-west-1": 10,
"us-west-2": 10,
"ap-south-1": 10,
"ap-northeast-1": 10,
"ap-northeast-2": 10,
"ap-southeast-1": 10,
"ap-southeast-2": 10
"ca-central-1": 11,
"eu-central-1": 11,
"eu-north-1": 10,
"eu-west-1": 11,
"eu-west-2": 11,
"eu-west-3": 11,
"sa-east-1": 11,
"us-east-1": 11,
"us-east-2": 11,
"us-west-1": 11,
"us-west-2": 11,
"ap-south-1": 11,
"ap-northeast-1": 11,
"ap-northeast-2": 11,
"ap-southeast-1": 11,
"ap-southeast-2": 11
},
"php-72-fpm": {
"ca-central-1": 10,
"eu-central-1": 10,
"eu-north-1": 9,
"eu-west-1": 10,
"eu-west-2": 10,
"eu-west-3": 10,
"sa-east-1": 10,
"us-east-1": 10,
"us-east-2": 10,
"us-west-1": 10,
"us-west-2": 10,
"ap-south-1": 10,
"ap-northeast-1": 10,
"ap-northeast-2": 10,
"ap-southeast-1": 10,
"ap-southeast-2": 10
"ca-central-1": 11,
"eu-central-1": 11,
"eu-north-1": 10,
"eu-west-1": 11,
"eu-west-2": 11,
"eu-west-3": 11,
"sa-east-1": 11,
"us-east-1": 11,
"us-east-2": 11,
"us-west-1": 11,
"us-west-2": 11,
"ap-south-1": 11,
"ap-northeast-1": 11,
"ap-northeast-2": 11,
"ap-southeast-1": 11,
"ap-southeast-2": 11
},
"console": {
"ca-central-1": 10,
"eu-central-1": 10,
"eu-north-1": 9,
"eu-west-1": 10,
"eu-west-2": 10,
"eu-west-3": 10,
"sa-east-1": 10,
"us-east-1": 10,
"us-east-2": 10,
"us-west-1": 10,
"us-west-2": 10,
"ap-south-1": 10,
"ap-northeast-1": 10,
"ap-northeast-2": 10,
"ap-southeast-1": 10,
"ap-southeast-2": 10
"ca-central-1": 11,
"eu-central-1": 11,
"eu-north-1": 10,
"eu-west-1": 11,
"eu-west-2": 11,
"eu-west-3": 11,
"sa-east-1": 11,
"us-east-1": 11,
"us-east-2": 11,
"us-west-1": 11,
"us-west-2": 11,
"ap-south-1": 11,
"ap-northeast-1": 11,
"ap-northeast-2": 11,
"ap-southeast-1": 11,
"ap-southeast-2": 11
}
}

0 comments on commit 90bfed9

Please sign in to comment.