From 0c2ca32061f1590a1ab375ddaadbcccaeb5248e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Feb 2022 22:37:27 +0000 Subject: [PATCH] fix: deployment/Dockerfile.ubuntu.armhf to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2356802 - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2356854 - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2356854 - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2359261 - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2359261 --- 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