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
11 lines
139 B
Docker
11 lines
139 B
Docker
FROM debian:12
|
|
|
|
RUN apt-get update && apt-get install -yq openssl
|
|
|
|
ADD make_certs.sh /
|
|
|
|
|
|
WORKDIR /data
|
|
VOLUME ["/data"]
|
|
CMD /make_certs.sh
|