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