From a94e9a824bd05d6e94473ccc9963ba7e944c0c44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 03:31:55 +0000 Subject: [PATCH] fix: components/kubeflow/katib-launcher/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- components/kubeflow/katib-launcher/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/kubeflow/katib-launcher/Dockerfile b/components/kubeflow/katib-launcher/Dockerfile index 4a51196b9bb..b9e14a9db04 100644 --- a/components/kubeflow/katib-launcher/Dockerfile +++ b/components/kubeflow/katib-launcher/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.6 +FROM python:3.14.0a1 ENV APP_HOME /app WORKDIR ${APP_HOME}