fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-8705121 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBCAP2-8732577 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1546991
This commit is contained in:
parent
3c6a5fb056
commit
b97cfb7ce6
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm-20241111
|
||||
FROM debian:12.9
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ca-certificates gnupg wget
|
||||
|
|
Loading…
Reference in New Issue