The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197
11 lines
139 B
Docker
11 lines
139 B
Docker
FROM debian:11
|
|
|
|
RUN apt-get update && apt-get install -yq openssl
|
|
|
|
ADD make_certs.sh /
|
|
|
|
|
|
WORKDIR /data
|
|
VOLUME ["/data"]
|
|
CMD /make_certs.sh
|