From 00addf53dbc5e409f8e7321bcba3f0bc929aa1e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Dec 2024 23:42:54 +0000 Subject: [PATCH] fix: docs/samples/v1beta1/transformer/feast/feast_server.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1546991 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547039 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547069 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547135 --- docs/samples/v1beta1/transformer/feast/feast_server.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/samples/v1beta1/transformer/feast/feast_server.Dockerfile b/docs/samples/v1beta1/transformer/feast/feast_server.Dockerfile index 77467ef4112..406507d6c91 100644 --- a/docs/samples/v1beta1/transformer/feast/feast_server.Dockerfile +++ b/docs/samples/v1beta1/transformer/feast/feast_server.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.14.0a3-slim RUN pip install --upgrade pip && pip install "feast[gcp]~=0.30.0" "feast[redis]~=0.30.0" "feast[aws]~=0.30.0" ENV FEAST_USAGE=False EXPOSE 6566