diff --git a/signal/Dockerfile b/signal/Dockerfile index 3168d6d..221e600 100644 --- a/signal/Dockerfile +++ b/signal/Dockerfile @@ -1,4 +1,4 @@ -FROM debian +FROM debian:12.5 RUN apt -y update RUN apt install -y curl gpg RUN curl -s https://updates.signal.org/desktop/apt/keys.asc | apt-key add -