mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 17:30:35 +00:00

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-UNZIP-2396444 - https://snyk.io/vuln/SNYK-DEBIAN11-UNZIP-2396445
8 lines
136 B
Docker
8 lines
136 B
Docker
FROM python:3.8.12-slim-buster
|
|
|
|
RUN python -m pip install --upgrade pip
|
|
|
|
RUN pip install cryptography mlflow boto3 pymysql
|
|
|
|
EXPOSE 5000
|