mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-03 07:53:15 -04:00
fix: Dockerfile to reduce vulnerabilities
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
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:latest
|
||||
FROM python:3.11.0a7-slim
|
||||
|
||||
EXPOSE 9999
|
||||
|
||||
|
||||
Reference in New Issue
Block a user