From b259d86ef13f4cf8d580fb90bd19127a3f6a0ba6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 00:30:43 +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-GNUTLS28-6159410 --- 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..43c78e5ab 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.0b3-slim RUN pip install flask WORKDIR /app COPY app.py /app/app.py