Skip to content

Commit 951baac

Browse files
committed
Specify ubuntu version & add string validation
1 parent a6bef1b commit 951baac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/seeds/RustServiceTableSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private function addCoreOptions()
104104
'startup' => null,
105105
'script_install' => $script,
106106
'script_entry' => 'bash',
107-
'script_container' => 'ubuntu:latest',
107+
'script_container' => 'ubuntu:16.04',
108108
]);
109109
}
110110

@@ -160,7 +160,7 @@ private function addVanillaVariables()
160160
'default_value' => 'Powered by Pterodactyl',
161161
'user_viewable' => 1,
162162
'user_editable' => 1,
163-
'rules' => 'required',
163+
'rules' => 'required|string',
164164
]);
165165

166166
ServiceVariable::updateOrCreate([

0 commit comments

Comments
 (0)