From 2d14fd550f44283ff4f728b3ac83755c263cdd6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 20:55:35 +0000 Subject: [PATCH] fix: samples/bookinfo/src/productpage/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-EXPAT-2359258 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340923 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340923 --- samples/bookinfo/src/productpage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bookinfo/src/productpage/Dockerfile b/samples/bookinfo/src/productpage/Dockerfile index 4f851116f3d..be7c6c064e4 100644 --- a/samples/bookinfo/src/productpage/Dockerfile +++ b/samples/bookinfo/src/productpage/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7.7-slim +FROM python:3.13-slim COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt