diff options
Diffstat (limited to 'app/jitsi/build/jitsi-conference-focus/Dockerfile')
-rw-r--r-- | app/jitsi/build/jitsi-conference-focus/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/jitsi/build/jitsi-conference-focus/Dockerfile b/app/jitsi/build/jitsi-conference-focus/Dockerfile index 13e99be..241c61b 100644 --- a/app/jitsi/build/jitsi-conference-focus/Dockerfile +++ b/app/jitsi/build/jitsi-conference-focus/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster AS builder +FROM debian:bookworm AS builder # unzip is required when executing the mvn package command RUN apt-get update && \ @@ -15,7 +15,7 @@ RUN mvn package -DskipTests -Dassembly.skipAssembly=false RUN unzip target/jicofo-1.1-SNAPSHOT-archive.zip && \ mv jicofo-1.1-SNAPSHOT /srv/build -FROM debian:buster +FROM debian:bookworm RUN apt-get update && \ apt-get install -y openjdk-11-jre-headless ca-certificates |