From 3c97ce55cbf6edf550a4d5653478c21955061640 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Jul 2025 08:53:15 +0000 Subject: [PATCH] fix: online-boutique-demo/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-SYSTEMD-6277507 --- online-boutique-demo/src/recommendationservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/online-boutique-demo/src/recommendationservice/Dockerfile b/online-boutique-demo/src/recommendationservice/Dockerfile index 82fd106..3237974 100644 --- a/online-boutique-demo/src/recommendationservice/Dockerfile +++ b/online-boutique-demo/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.14.0rc1-slim RUN apt-get update -qqy && \ apt-get -qqy install wget g++ && \ rm -rf /var/lib/apt/lists/*