From 40e61d3564a116fe15dffc42ca3f4f184263a144 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 May 2023 05:07:30 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-5499877 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b64a29e..0ce9766 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # base -FROM ubuntu:22.04 +FROM ubuntu:kinetic # set the github runner version ARG RUNNER_VERSION="2.304.0"