From 7ec97a326dbd196c9e06451be2d42628dd10c5a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 17:12:42 +0000 Subject: [PATCH] fix: gke-deploy/doc/app/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-EXPAT-7855502 --- gke-deploy/doc/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gke-deploy/doc/app/Dockerfile b/gke-deploy/doc/app/Dockerfile index 58aefc766..7b79ac396 100644 --- a/gke-deploy/doc/app/Dockerfile +++ b/gke-deploy/doc/app/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.13-slim RUN pip install flask WORKDIR /app COPY app.py /app/app.py