Update default image for new eggs (#540)

This commit is contained in:
Boy132 2024-08-16 22:44:12 +02:00 committed by GitHub
parent 155f2d6476
commit 1864fff04f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,7 @@ class CreateEgg extends CreateRecord
TextInput::make('script_container')
->required()
->maxLength(255)
->default('alpine:3.4'),
->default('ghcr.io/pelican-eggs/installers:debian'),
Select::make('script_entry')
->selectablePlaceholder(false)