From 8d9cd03251cc99a79435f0b9bd553ccbd949dd87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Aug 2025 08:46:30 +0000 Subject: [PATCH] fix: online-boutique-demo/src/emailservice/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-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 --- online-boutique-demo/src/emailservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/online-boutique-demo/src/emailservice/Dockerfile b/online-boutique-demo/src/emailservice/Dockerfile index 84226fd..6e0f0a9 100644 --- a/online-boutique-demo/src/emailservice/Dockerfile +++ b/online-boutique-demo/src/emailservice/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7-slim as base +FROM python:3.14.0rc2-slim as base FROM base as builder