From 42eb202831616a31643120c7986ff8d796f743ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 03:45:25 +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-SYSTEMD-5721324 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721324 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721338 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721338 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721345 --- 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 af9d885d241..e35784c0682 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