Skip to content

Commit

Permalink
feat: ubuntu upgrade (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul-Muqadim-Arbisoft authored Oct 28, 2024
1 parent 96404d7 commit 3f19e83
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 3f19e83

Please sign in to comment.