Skip to content

Commit

Permalink
feat: ubuntu 24.04 upgrade
Browse files Browse the repository at this point in the history
Close #34.
  • Loading branch information
Abdul-Muqadim-Arbisoft authored and regisb committed Nov 28, 2024
1 parent 519062a commit cb789e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-💥[Feature] Update android image to use Ubuntu `24.04` as base OS. (by @Abdul-Muqadim-Arbisoft)
2 changes: 1 addition & 1 deletion tutorandroid/templates/android/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit cb789e8

Please sign in to comment.