mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-04 00:13:15 -04:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5894114 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-5825659 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-5825659
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12.0rc2-slim
|
||||
FROM python:3.12-slim
|
||||
|
||||
EXPOSE 9999
|
||||
|
||||
|
||||
Reference in New Issue
Block a user