From 8da071f0c0e3a7f8ef6c91a0b081dd7eceeb89bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 08:35:15 +0000 Subject: [PATCH] fix: mongodb/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089233 --- mongodb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb/Dockerfile b/mongodb/Dockerfile index ba4fd17..2d4a94f 100644 --- a/mongodb/Dockerfile +++ b/mongodb/Dockerfile @@ -1,6 +1,6 @@ # MongoDB was last available in the 3.9 release # https://pkgs.alpinelinux.org/packages?name=mongodb&branch=v3.9 -FROM alpine:3.9 +FROM alpine:3.17 LABEL MAINTAINER Hypertrace "https://www.hypertrace.org/"