From 254868ac4d1f4c8a2a8ac2cb3f4ec44a36d5579f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 02:56:22 +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-GNUPG2-3035409 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-2789081 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886 - https://snyk.io/vuln/SNYK-UBUNTU2204-ZLIB-2975633 --- 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..ff3e7ed 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:22.04 VOLUME ["/var/cache/apt-cacher-ng"] RUN apt-get update && apt-get install -y apt-cacher-ng