From f80fae2bf71ff0f1cca11f136a76adb23553803f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Jun 2023 02:17:57 +0000 Subject: [PATCH] fix: docs/examples/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-COREUTILS-2801226 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538282 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538296 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5661537 --- docs/examples/apt-cacher-ng.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/apt-cacher-ng.Dockerfile b/docs/examples/apt-cacher-ng.Dockerfile index d1f76572b9..0b2de38d79 100644 --- a/docs/examples/apt-cacher-ng.Dockerfile +++ b/docs/examples/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 MAINTAINER SvenDowideit@docker.com VOLUME ["/var/cache/apt-cacher-ng"]