Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update base image to Ubuntu 24.04 #757

Closed
thbley opened this issue Nov 24, 2024 · 1 comment · Fixed by #758
Closed

Update base image to Ubuntu 24.04 #757

thbley opened this issue Nov 24, 2024 · 1 comment · Fixed by #758

Comments

@thbley
Copy link

thbley commented Nov 24, 2024

Sail Version

1.38.0

Laravel Version

11.33.2

PHP Version

8.3.14

Operating System

Linux

OS Version

ubuntu

Description

It would be great if sail could be updated to Ubuntu 24.04 as base image, currently 22.04 is used as base image which is quite old.

e.g.

sqlite with ubuntu 22.04 is 3.37.2, released 2022-01-06 and does not support "select concat('a', 'b');"

sqlite with ubuntu 24.04 is 3.45.1, released 2024-01-30.

Steps To Reproduce

vendor/bin/sail php -r "print_r(SQLite3::version());"

Array
(
    [versionString] => 3.37.2
    [versionNumber] => 3037002
)
@thbley
Copy link
Author

thbley commented Nov 24, 2024

Please also note that nodejs v20 has entered maintenance mode:

https://github.com/nodejs/release#release-schedule

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant