From 81d9574efdcf43007166e6b3e172bb31b1a7c62b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Dec 2022 13:54:26 +0000 Subject: [PATCH] fix: x-pack/plugins/profiling/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-2801048 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3167951 - https://snyk.io/vuln/SNYK-UBUNTU2204-PCRE3-2799820 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3098846 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3098846 --- x-pack/plugins/profiling/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/profiling/Dockerfile b/x-pack/plugins/profiling/Dockerfile index 777a7ba9cce28..91eb6290e2e8c 100644 --- a/x-pack/plugins/profiling/Dockerfile +++ b/x-pack/plugins/profiling/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:rolling RUN rm /bin/sh && ln -s /bin/bash /bin/sh