mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-01 01:13:16 +08:00
Update Docker base image to Ubuntu 24.04 (#2933)
This commit is contained in:
parent
e1277fa62a
commit
a344488b9e
2 changed files with 4 additions and 3 deletions
|
@ -22,9 +22,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* (Desktop) The server to start on a fixed port by default (`32123`) and fall back to random if taken ([#2867](https://github.com/livebook-dev/livebook/pull/2867))
|
* (Desktop) The server to start on a fixed port by default (`32123`) and fall back to random if taken ([#2867](https://github.com/livebook-dev/livebook/pull/2867))
|
||||||
* Bumped versions to Elixir 1.18.2 and Erlang 27.2.1 in the Docker image and the desktop app
|
* Bumped versions to Elixir 1.18.2 and Erlang 27.2.2 in the Docker image and the desktop app
|
||||||
* Bumped the required Elixir version to 1.18
|
* Bumped the required Elixir version to 1.18
|
||||||
* In case you set `RELEASE_DISTRIBUTION`, it has been ignored since v0.13, but now it must not be set
|
* In case you set `RELEASE_DISTRIBUTION`, it has been ignored since v0.13, but now it must not be set
|
||||||
|
* Changed the Docker image to use Ubuntu 24.04
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
4
versions
4
versions
|
@ -1,5 +1,5 @@
|
||||||
elixir="1.18.2"
|
elixir="1.18.2"
|
||||||
otp="27.2.1"
|
otp="27.2.2"
|
||||||
openssl="1.1.1s"
|
openssl="1.1.1s"
|
||||||
rebar3="3.22.0"
|
rebar3="3.22.0"
|
||||||
ubuntu="jammy-20240808"
|
ubuntu="noble-20250127"
|
||||||
|
|
Loading…
Reference in a new issue