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-LIBZSTD-3368800 - https://snyk.io/vuln/SNYK-UBUNTU2204-PCRE3-2799820 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688
This commit is contained in:
parent
2986c23a9b
commit
9e2ca81d11
|
@ -5,7 +5,7 @@
|
||||||
# and then you can run containers with:
|
# and then you can run containers with:
|
||||||
# docker run -t -i --rm -e http_proxy http://dockerhost:3142/ debian bash
|
# 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"]
|
VOLUME ["/var/cache/apt-cacher-ng"]
|
||||||
RUN apt-get update && apt-get install -y apt-cacher-ng
|
RUN apt-get update && apt-get install -y apt-cacher-ng
|
||||||
|
|
Loading…
Reference in New Issue