From fe00ef2e97706e045289d09be2b64ef07d181454 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Aug 2024 07:02:57 +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-GLIBC-1296899 - 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 4f851116f3da..c649a82d6418 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.0rc1-slim COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt