From c12c468c9e3dc6c0f415982bb5ea27686c975fd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 00:29:36 +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-OPENSSL-6032384 --- 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..95711bd3a 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.0b2-slim RUN pip install flask WORKDIR /app COPY app.py /app/app.py