From d6bf60295b2ec94e8736880f48a09b7ad2e9f049 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Mar 2022 00:40:51 +0000 Subject: [PATCH] fix: deployment/Dockerfile.ubuntu.armhf to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-1564902 - https://dev.snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-1564902 - https://dev.snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2359261 - https://dev.snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2359261 - https://dev.snyk.io/vuln/SNYK-UBUNTU1804-PERL-1930908 --- deployment/Dockerfile.ubuntu.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Dockerfile.ubuntu.armhf b/deployment/Dockerfile.ubuntu.armhf index fa41bdf48a8..1ac04be5c57 100644 --- a/deployment/Dockerfile.ubuntu.armhf +++ b/deployment/Dockerfile.ubuntu.armhf @@ -1,4 +1,4 @@ -FROM ubuntu:bionic +FROM ubuntu:18.04 # Docker build arguments ARG SOURCE_DIR=/jellyfin ARG ARTIFACT_DIR=/dist