From 92427d21631969c7abbe026ead9d66fa09bb566e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 21:27:43 +0000 Subject: [PATCH] fix: docker/UbuntuRPI/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3043317 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-2789081 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886 - https://snyk.io/vuln/SNYK-UBUNTU2204-ZLIB-2975633 --- docker/UbuntuRPI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 docker/UbuntuRPI/Dockerfile diff --git a/docker/UbuntuRPI/Dockerfile b/docker/UbuntuRPI/Dockerfile old mode 100755 new mode 100644 index d57536d..bac5ed7 --- a/docker/UbuntuRPI/Dockerfile +++ b/docker/UbuntuRPI/Dockerfile @@ -1,4 +1,4 @@ -From ubuntu:latest +From ubuntu:22.04 RUN apt-get update && apt-get install -y openssh-server sudo && rm -rf /var/lib/apt/lists/*