From fdf377a807aca2abdeb5cde7404b0e2f343f86e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 14:37:29 +0000 Subject: [PATCH] fix: docs/examples/mongodb/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538282 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538296 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBZSTD-3368800 - https://snyk.io/vuln/SNYK-UBUNTU2204-PCRE3-2799820 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688 --- docs/examples/mongodb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/mongodb/Dockerfile b/docs/examples/mongodb/Dockerfile index 3513da4716..21f024bfb1 100644 --- a/docs/examples/mongodb/Dockerfile +++ b/docs/examples/mongodb/Dockerfile @@ -2,7 +2,7 @@ # Based on ubuntu:latest, installs MongoDB following the instructions from: # http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ -FROM ubuntu:latest +FROM ubuntu:22.10 MAINTAINER Docker # Installation: