From 1cdde6eecfb121e227092da768af4a72360e1d02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Aug 2024 05:06:12 +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-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-EXPAT-2331803 - https://snyk.io/vuln/SNYK-DEBIAN10-EXPAT-2331813 --- 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..3dd0b009b081 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.0b4-slim COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt