From 044c64cdcbbcf408232badfe4f09510f7fd027aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Jun 2023 00:21:53 +0000 Subject: [PATCH] fix: docker/UbuntuRPI/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538282 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538296 - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5661537 --- 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..dd5a0f7 --- a/docker/UbuntuRPI/Dockerfile +++ b/docker/UbuntuRPI/Dockerfile @@ -1,4 +1,4 @@ -From ubuntu:latest +From ubuntu:kinetic RUN apt-get update && apt-get install -y openssh-server sudo && rm -rf /var/lib/apt/lists/*