From 637888338c268981e8ef47563a59cbd83195aec2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Aug 2024 02:58:48 +0000 Subject: [PATCH] fix: src/recommendationservice/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6032384 --- src/recommendationservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recommendationservice/Dockerfile b/src/recommendationservice/Dockerfile index d7f2989c0b3..10067e2599f 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.7-slim +FROM python:3.13.0rc1-slim RUN apt-get update -qqy && \ apt-get -qqy install wget g++ && \ rm -rf /var/lib/apt/lists/*