build(deps): bump ubuntu in /scripts/docker/android-build-container

Bumps ubuntu from 22.04 to 24.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-26 07:41:57 +00:00 committed by Michael Keller
parent b806c5371f
commit 9873c86192

View file

@ -1,4 +1,4 @@
FROM ubuntu:22.04 as base
FROM ubuntu:24.04 as base
RUN apt-get update && \
apt-get dist-upgrade -y && \