From 69d0275b186d2a9d5f72556954d8aa4437b32573 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 00:22:19 +0000 Subject: [PATCH] fix: gitpod.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-DPKG-2847995 - https://snyk.io/vuln/SNYK-UBUNTU2004-E2FSPROGS-2770719 - https://snyk.io/vuln/SNYK-UBUNTU2004-E2FSPROGS-2770719 - https://snyk.io/vuln/SNYK-UBUNTU2004-E2FSPROGS-2770719 - https://snyk.io/vuln/SNYK-UBUNTU2004-PERL-1930907 --- gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitpod.Dockerfile b/gitpod.Dockerfile index aafbee6..ea7d222 100644 --- a/gitpod.Dockerfile +++ b/gitpod.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal +FROM ubuntu:20.04 ENV DEBIAN_FRONTEND="noninteractive"