From b9b1d0e2b9dcbc376d18ac718026fa485701bfff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Mar 2022 03:25:38 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2104-GLIBC-1564904 - https://snyk.io/vuln/SNYK-UBUNTU2104-GLIBC-1564904 - https://snyk.io/vuln/SNYK-UBUNTU2104-KRB5-1533541 - https://snyk.io/vuln/SNYK-UBUNTU2104-KRB5-1533541 - https://snyk.io/vuln/SNYK-UBUNTU2104-KRB5-1533541 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a48e62..3a1ba2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # base -FROM ubuntu:21.04 +FROM ubuntu:impish # set the github runner version ARG RUNNER_VERSION="2.287.1"