From 42dff628d90ae03e4aeb99adc569b6a9beff50d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 08:42:02 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-OPENSSL-7886358 - https://snyk.io/vuln/SNYK-UBUNTU2404-OPENSSL-6693301 - https://snyk.io/vuln/SNYK-UBUNTU2404-OPENSSL-6861903 - https://snyk.io/vuln/SNYK-UBUNTU2404-OPENSSL-7151344 - https://snyk.io/vuln/SNYK-UBUNTU2404-OPENSSL-7411333 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b0e779..2e49c97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:noble-20240605 +FROM ubuntu:noble-20240904.1 RUN apt-get update && \ apt-get install -y curl bash openssl git && \