We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7efbd1 commit 8c09bcfCopy full SHA for 8c09bcf
scripts/update.js
@@ -4,27 +4,14 @@ const {regions} = require('./regions');
4
const chunk = require('chunk');
5
6
const layerNames = [
7
+ 'php-85',
8
'php-84',
- 'php-84-fpm',
9
'php-83',
10
- 'php-83-fpm',
11
'php-82',
12
- 'php-82-fpm',
13
- 'php-81',
14
- 'php-81-fpm',
15
- 'php-80',
16
- 'php-80-fpm',
+ 'arm-php-85',
17
'arm-php-84',
18
- 'arm-php-84-fpm',
19
'arm-php-83',
20
- 'arm-php-83-fpm',
21
'arm-php-82',
22
- 'arm-php-82-fpm',
23
- 'arm-php-81',
24
- 'arm-php-81-fpm',
25
- 'arm-php-80',
26
- 'arm-php-80-fpm',
27
- 'console',
28
];
29
30
(async () => {
0 commit comments