From 7fce3431d4cd809b5a13504fc3c9f453c55dfee9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Mar 2022 00:07:03 +0000 Subject: [PATCH] fix: deployment/Dockerfile.ubuntu.arm64 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.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Dockerfile.ubuntu.arm64 b/deployment/Dockerfile.ubuntu.arm64 index ab3ec9b9f85..fbeffdaeb19 100644 --- a/deployment/Dockerfile.ubuntu.arm64 +++ b/deployment/Dockerfile.ubuntu.arm64 @@ -1,4 +1,4 @@ -FROM ubuntu:bionic +FROM ubuntu:18.04 # Docker build arguments ARG SOURCE_DIR=/jellyfin ARG ARTIFACT_DIR=/dist