From 385ec44dfd5f5b38c300640448e7a93e114f45c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Apr 2021 08:42:03 +0000 Subject: [PATCH] fix: build/linux/toolkit.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-BASH-581100 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-576079 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-576079 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-582552 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-582552 --- build/linux/toolkit.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/toolkit.Dockerfile b/build/linux/toolkit.Dockerfile index 1f7938df3..8f40378dd 100644 --- a/build/linux/toolkit.Dockerfile +++ b/build/linux/toolkit.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:groovy-20210325 # Expose port for the Portainer UI and Edge server EXPOSE 9000