aboutsummaryrefslogtreecommitdiff
path: root/app/jitsi/build/jitsi-conference-focus/Dockerfile
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-01-26 19:09:26 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-01-26 19:09:26 +0100
commita68a1e1da77f6f87a1c315d057edc59a31746d1c (patch)
tree53916f1aa49dd43315dfd6d9bc1d6b08beb3569a /app/jitsi/build/jitsi-conference-focus/Dockerfile
parent3563fb5994944555c67aa8eb0246e1b747741047 (diff)
downloadinfrastructure-a68a1e1da77f6f87a1c315d057edc59a31746d1c.tar.gz
infrastructure-a68a1e1da77f6f87a1c315d057edc59a31746d1c.zip
Migrate jitsi + WIP backup doc
Diffstat (limited to 'app/jitsi/build/jitsi-conference-focus/Dockerfile')
-rw-r--r--app/jitsi/build/jitsi-conference-focus/Dockerfile4
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