From 851fa9b70a28b19900a61a5d2abff54cb7a2107e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Aug 2024 21:01:55 +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..e1fc1329e 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.0b4-slim RUN pip install flask WORKDIR /app COPY app.py /app/app.py