mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-03 16:03:15 -04:00
7d2b82076b
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1290331 - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1298721 - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1300249 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBDE265-2445047 - https://snyk.io/vuln/SNYK-DEBIAN11-MARIADB105-2766434
9 lines
141 B
Docker
9 lines
141 B
Docker
FROM python:3.11.0a7-slim
|
|
|
|
EXPOSE 9999
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
COPY app/requirements.txt .
|
|
|
|
RUN pip install --no-cache-dir -r requirements.txt |