From d221fc1a18c106fb9cbacb813049c956068d1b99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Oct 2024 02:25:36 +0000 Subject: [PATCH] fix: src/recommendationservice/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 - https://snyk.io/vuln/SNYK-DEBIAN11-DB53-2825168 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-521063 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-521063 - https://snyk.io/vuln/SNYK-DEBIAN11-TAR-523480 --- src/recommendationservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recommendationservice/Dockerfile b/src/recommendationservice/Dockerfile index 361ba0669e..d78483fe0f 100644 --- a/src/recommendationservice/Dockerfile +++ b/src/recommendationservice/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.10-slim-bullseye as base +FROM python:3.12.7-slim-bullseye as base # # Fetch requirements