From 94013faf494acab93cad046ca601e6dbb99b1160 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Apr 2023 15:54:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-GNUTLS28-3319581 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-3126899 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-3126899 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314792 - https://snyk.io/vuln/SNYK-UBUNTU2204-TAR-3261138 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e511fa..ac8c29a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:jammy-20221101 +FROM ubuntu:kinetic RUN apt-get update -y && apt-get install git bash openssl -y