From a344488b9e503db6a8e09daae861cf44f613d685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Wed, 12 Feb 2025 15:52:09 +0100 Subject: [PATCH] Update Docker base image to Ubuntu 24.04 (#2933) --- CHANGELOG.md | 3 ++- versions | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525aa786f..15dbed299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,9 +22,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### 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)) -* 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 * 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 diff --git a/versions b/versions index 38ce7954b..81b6ec40a 100644 --- a/versions +++ b/versions @@ -1,5 +1,5 @@ elixir="1.18.2" -otp="27.2.1" +otp="27.2.2" openssl="1.1.1s" rebar3="3.22.0" -ubuntu="jammy-20240808" +ubuntu="noble-20250127"