From 4a87d03fbd7b6c7c0fc2077c21f2c73166ccfc61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 01:46:46 +0000 Subject: [PATCH] fix: custom/mongo-utils/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 --- custom/mongo-utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/mongo-utils/Dockerfile b/custom/mongo-utils/Dockerfile index ba8c402b..6fe32aa0 100644 --- a/custom/mongo-utils/Dockerfile +++ b/custom/mongo-utils/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.0 +FROM alpine:3.20.3 RUN apk update && \ apk upgrade --update-cache --available RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.9/main' >> /etc/apk/repositories