From 5f504a0b04f7b105bce5ebfe52886cca26f99078 Mon Sep 17 00:00:00 2001 From: "Jason R. McNeil" Date: Tue, 7 May 2024 21:04:44 -0700 Subject: [PATCH] Add PHP 8.2 and 8.3 arm layers --- scripts/update.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/update.js b/scripts/update.js index f254303..f84a37d 100644 --- a/scripts/update.js +++ b/scripts/update.js @@ -12,6 +12,10 @@ const layerNames = [ 'php-81-fpm', 'php-80', 'php-80-fpm', + 'arm-php-83', + 'arm-php-83-fpm', + 'arm-php-82', + 'arm-php-82-fpm', 'arm-php-81', 'arm-php-81-fpm', 'arm-php-80',