From 2e4f100af4dde82d8322de51e0501794542dbef2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Apr 2023 16:32:46 +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-GNUTLS28-3319581 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-3126899 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-3126899 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314792 - https://snyk.io/vuln/SNYK-UBUNTU2204-TAR-3261138 --- 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..eef67b8 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.10 VOLUME ["/var/cache/apt-cacher-ng"] RUN apt-get update && apt-get install -y apt-cacher-ng