fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBCAP2-8732577 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5423923 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160
This commit is contained in:
parent
d8930b48f6
commit
488cbf9eef
|
@ -1,4 +1,4 @@
|
|||
FROM debian:12.9
|
||||
FROM debian:12.10
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ca-certificates gnupg wget
|
||||
|
|
Loading…
Reference in New Issue