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

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)