chore: bump python version to 3.8.16 in Dockerfile (#22934)
This commit is contained in:
parent
a299b4789b
commit
ae155611dc
|
|
@ -18,7 +18,7 @@
|
||||||
######################################################################
|
######################################################################
|
||||||
# Node stage to deal with static asset construction
|
# 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
|
FROM node:16-slim AS superset-node
|
||||||
|
|
||||||
ARG NPM_BUILD_CMD="build"
|
ARG NPM_BUILD_CMD="build"
|
||||||
|
|
|
||||||
|
|
@ -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
|
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`:
|
Let's also make sure we have the latest version of `pip` and `setuptools`:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue