From 847e4f519ef70a9010063d44edb4d12dd749a98b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 20:01:04 +0000 Subject: [PATCH] fix: engine/examples/apt-cacher-ng.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-OPENSSL-5661537 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-5499877 --- engine/examples/apt-cacher-ng.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/examples/apt-cacher-ng.Dockerfile b/engine/examples/apt-cacher-ng.Dockerfile index af9d885..e35784c 100644 --- a/engine/examples/apt-cacher-ng.Dockerfile +++ b/engine/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 VOLUME ["/var/cache/apt-cacher-ng"] RUN apt-get update && apt-get install -y apt-cacher-ng