From 3021504c11e3c1129957cf054af04c3bd044af2c Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 6 May 2025 11:26:11 +0200 Subject: [PATCH] Use official python base image - use the official python image since it is kept up-to-date in terms of security vulnerabilities Issue-ID: INT-2316 Change-Id: I0becbf360aee23d1bdebd7cc201da27c318e47fc Signed-off-by: Fiete Ostkamp --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cab5972..726c449 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nexus3.onap.org:10001/onap/integration-python:12.0.0 +FROM python:3.11-alpine ENV CERT="/var/run/secrets/kubernetes.io/serviceaccount/ca.crt" ENV TOKEN="/var/run/secrets/kubernetes.io/serviceaccount/token" -- 2.16.6