From d1223642fcdee1ae00154e48a9a15c3663744cdc Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 7 Oct 2024 15:02:45 +0200 Subject: [PATCH] build(os): bump debian from bullseye to bookworm Signed-off-by: Andy Scherzinger --- android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Dockerfile b/android/Dockerfile index 8b6fe09..8f7fe13 100644 --- a/android/Dockerfile +++ b/android/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye +FROM debian:bookworm RUN apt-get update && apt-get install -y apt-utils software-properties-common RUN apt-get install -y ruby wget libxdamage1 libgl1-mesa-glx libpulse0 locales unzip openjdk-21-jdk curl qrencode git && \