From da7a7b638e085a31a0776bcfe4ff9b5513aa002d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 17:25:10 +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-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5661537 --- 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