update 9 docker CI
This commit is contained in:
@@ -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));'
|
||||
|
||||
Reference in New Issue
Block a user