From 2675bdd522bd619fccddcd6362b81c7de9ef13bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Feb 2025 07:06:24 +0000 Subject: [PATCH] fix: lsp/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-8679228 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323 --- lsp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp/Dockerfile b/lsp/Dockerfile index 88a2253653..224b75dd12 100644 --- a/lsp/Dockerfile +++ b/lsp/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim as python-base +FROM python:3.13.2-slim as python-base FROM node:19-slim as node-base FROM python-base