From 03b4b19c40ca697e48f8f260bafbad6bdfbd4545 Mon Sep 17 00:00:00 2001 From: Romain Gautier Date: Fri, 10 Nov 2023 20:59:17 +0000 Subject: [PATCH] add php8.3 layers --- scripts/update.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update.js b/scripts/update.js index 48f34af..f254303 100644 --- a/scripts/update.js +++ b/scripts/update.js @@ -4,6 +4,8 @@ const {regions} = require('./regions'); const chunk = require('chunk'); const layerNames = [ + 'php-83', + 'php-83-fpm', 'php-82', 'php-82-fpm', 'php-81',