From ae155611dc7c2e3b0248df94284b29c02090418f Mon Sep 17 00:00:00 2001 From: EugeneTorap Date: Fri, 3 Feb 2023 21:47:39 +0300 Subject: [PATCH] chore: bump python version to 3.8.16 in Dockerfile (#22934) --- Dockerfile | 2 +- docs/docs/installation/installing-superset-from-scratch.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94006e2d5..b194471a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ###################################################################### # Node stage to deal with static asset construction ###################################################################### -ARG PY_VER=3.8.13-slim +ARG PY_VER=3.8.16-slim FROM node:16-slim AS superset-node ARG NPM_BUILD_CMD="build" diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-scratch.mdx index 5efdb3e8f..b15ccb315 100644 --- a/docs/docs/installation/installing-superset-from-scratch.mdx +++ b/docs/docs/installation/installing-superset-from-scratch.mdx @@ -64,7 +64,7 @@ We don't recommend using the system installed Python. Instead, first install the brew install readline pkg-config libffi openssl mysql postgres ``` -You should install a recent version of Python (the official docker image uses 3.8.13). We'd recommend using a Python version manager like [pyenv](https://github.com/pyenv/pyenv) (and also [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv)). +You should install a recent version of Python (the official docker image uses 3.8.16). We'd recommend using a Python version manager like [pyenv](https://github.com/pyenv/pyenv) (and also [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv)). Let's also make sure we have the latest version of `pip` and `setuptools`: