From 957b69b4a32defd34a0f7cdd852ae3e0d7111e6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Apr 2023 03:41:59 +0000 Subject: [PATCH] fix: samples/apt-cacher-ng.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-BASH-3098342 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5296052 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5296082 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688 --- samples/apt-cacher-ng.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/apt-cacher-ng.Dockerfile b/samples/apt-cacher-ng.Dockerfile index af9d885d2415..e35784c0682b 100644 --- a/samples/apt-cacher-ng.Dockerfile +++ b/samples/apt-cacher-ng.Dockerfile @@ -5,7 +5,7 @@ # and then you can run containers with: # docker run -t -i --rm -e http_proxy http://dockerhost:3142/ debian bash # -FROM ubuntu +FROM ubuntu:kinetic VOLUME ["/var/cache/apt-cacher-ng"] RUN apt-get update && apt-get install -y apt-cacher-ng