From cb789e8604031b8a931bbd0427caef0b146e6173 Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft <139064778+Abdul-Muqadim-Arbisoft@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:19:26 +0500 Subject: [PATCH] feat: ubuntu 24.04 upgrade Close #34. --- changelog.d/20241025_191448_abdul.muqadim_ubuntu_upgrade.md | 1 + tutorandroid/templates/android/build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/20241025_191448_abdul.muqadim_ubuntu_upgrade.md diff --git a/changelog.d/20241025_191448_abdul.muqadim_ubuntu_upgrade.md b/changelog.d/20241025_191448_abdul.muqadim_ubuntu_upgrade.md new file mode 100644 index 0000000..2c2153c --- /dev/null +++ b/changelog.d/20241025_191448_abdul.muqadim_ubuntu_upgrade.md @@ -0,0 +1 @@ +-💥[Feature] Update android image to use Ubuntu `24.04` as base OS. (by @Abdul-Muqadim-Arbisoft) \ No newline at end of file diff --git a/tutorandroid/templates/android/build/Dockerfile b/tutorandroid/templates/android/build/Dockerfile index 8a8867a..2579ca4 100644 --- a/tutorandroid/templates/android/build/Dockerfile +++ b/tutorandroid/templates/android/build/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM docker.io/ubuntu:23.10 AS base +FROM docker.io/ubuntu:24.04 AS base LABEL maintainer="Overhang.IO " ENV DEBIAN_FRONTEND=noninteractive