fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6474581 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6474586
This commit is contained in:
parent
c3fd2976af
commit
8efa4b8ad8
|
@ -1,4 +1,4 @@
|
|||
FROM debian:12.5
|
||||
FROM debian:bookworm-20241111
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ca-certificates gnupg wget
|
||||
|
|
Loading…
Reference in New Issue