Skip to content

Commit 8c09bcf

Browse files
committed
Update the list of layers for Bref v3
1 parent b7efbd1 commit 8c09bcf

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

scripts/update.js

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,14 @@ const {regions} = require('./regions');
44
const chunk = require('chunk');
55

66
const layerNames = [
7+
'php-85',
78
'php-84',
8-
'php-84-fpm',
99
'php-83',
10-
'php-83-fpm',
1110
'php-82',
12-
'php-82-fpm',
13-
'php-81',
14-
'php-81-fpm',
15-
'php-80',
16-
'php-80-fpm',
11+
'arm-php-85',
1712
'arm-php-84',
18-
'arm-php-84-fpm',
1913
'arm-php-83',
20-
'arm-php-83-fpm',
2114
'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',
2815
];
2916

3017
(async () => {

0 commit comments

Comments
 (0)