feat: ubuntu upgrade (#27)

This commit is contained in:
Abdul-Muqadim-Arbisoft 2024-10-28 12:19:26 +05:00 committed by GitHub
parent 96404d74c0
commit 3f19e83300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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