fix: engine/security/https/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6062100 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-6085273 - https://snyk.io/vuln/SNYK-DEBIAN12-TAR-6120422 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
This commit is contained in:
parent
2986c23a9b
commit
f9b5a20803
|
@ -1,4 +1,4 @@
|
|||
FROM debian
|
||||
FROM debian:12
|
||||
|
||||
RUN apt-get update && apt-get install -yq openssl
|
||||
|
||||
|
|
Loading…
Reference in New Issue