From 124d090733e0b62a38237f52b94c4b74206a008b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 16:42:11 +0000 Subject: [PATCH] fix: signal/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210099 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- signal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signal/Dockerfile b/signal/Dockerfile index 3168d6d..663eb54 100644 --- a/signal/Dockerfile +++ b/signal/Dockerfile @@ -1,4 +1,4 @@ -FROM debian +FROM debian:12 RUN apt -y update RUN apt install -y curl gpg RUN curl -s https://updates.signal.org/desktop/apt/keys.asc | apt-key add -