feat: ubuntu 24.04 upgrade

Close #34.
This commit is contained in:
Abdul-Muqadim-Arbisoft 2024-10-28 12:19:26 +05:00 committed by Régis Behmo
parent 519062a168
commit cb789e8604
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
-💥[Feature] Update android image to use Ubuntu `24.04` as base OS. (by @Abdul-Muqadim-Arbisoft)

View File

@ -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 <contact@overhang.io>"
ENV DEBIAN_FRONTEND=noninteractive