From 756ca4e8d816ae3614b2dd4d6959eb0a5f949337 Mon Sep 17 00:00:00 2001 From: EugeneTorap Date: Fri, 3 Feb 2023 21:29:37 +0300 Subject: [PATCH] chore: set 3.8.16 in Dockerfile --- 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 94006e2d531b4..b194471a31a34 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 5efdb3e8f1f28..b15ccb3157482 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`: