update 9 docker CI

This commit is contained in:
root
2026-03-09 17:10:14 -04:00
parent 6e8c3f5466
commit cd73300bc6
+11
View File
@@ -17,3 +17,14 @@ services:
QUEUE_CONNECTION: sync
SESSION_DRIVER: array
MAIL_MAILER: log
keygen:
build:
context: .
dockerfile: Dockerfile.ci
args:
PHP_IMAGE: ${PHP_IMAGE:-php:8.2-cli}
COMPOSER_IMAGE: ${COMPOSER_IMAGE:-composer:2}
entrypoint:
- sh
- -lc
- php -r 'echo "base64:" . base64_encode(random_bytes(32));'