From 2b636da9c63cb949db5f645b3383e40e7c285c34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 12:23:31 +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-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 --- 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