From 73a6d9fb0c3387645aaac19174772a8de4c8c747 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Aug 2023 00:25:17 +0000 Subject: [PATCH] fix: 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-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-PROCPS-5816665 - https://snyk.io/vuln/SNYK-UBUNTU2204-PROCPS-5816665 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc75de7..73c209a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:jammy-20230425 +FROM ubuntu:kinetic RUN apt-get update -y && apt-get install git bash openssl -y