Skip to content

Commit

Permalink
Update default image for new eggs (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 authored Aug 16, 2024
1 parent 155f2d6 commit 1864fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Resources/EggResource/Pages/CreateEgg.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function form(Form $form): Form
TextInput::make('script_container')
->required()
->maxLength(255)
->default('alpine:3.4'),
->default('ghcr.io/pelican-eggs/installers:debian'),

Select::make('script_entry')
->selectablePlaceholder(false)
Expand Down

0 comments on commit 1864fff

Please sign in to comment.