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