From c462c663c1ba389058d103e5601285fec56d7037 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 05:11:39 +0000 Subject: [PATCH] fix: io_tools/fio/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-BASH-542609 --- io_tools/fio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_tools/fio/Dockerfile b/io_tools/fio/Dockerfile index 1b176dc7..e44e92cd 100644 --- a/io_tools/fio/Dockerfile +++ b/io_tools/fio/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:xenial-20201014 RUN apt-get update \ && apt-get install -y --no-install-recommends \