From 4d6561fac3460f8c125cd5aeccd4b01f53bcdb7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jan 2025 07:12:03 +0000 Subject: [PATCH] fix: RELEASING/Dockerfile.make_docs to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547135 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 --- RELEASING/Dockerfile.make_docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING/Dockerfile.make_docs b/RELEASING/Dockerfile.make_docs index c4bca3bb3a89a..d39cb668a2cf1 100644 --- a/RELEASING/Dockerfile.make_docs +++ b/RELEASING/Dockerfile.make_docs @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM python:3.10-slim-bookworm +FROM python:3.14.0a1-slim-bookworm ARG VERSION RUN git clone --depth 1 --branch ${VERSION} https://github.com/apache/superset.git /superset