Upgrade Python to version 3.9
This commit is contained in:
@@ -10,6 +10,7 @@ for the list of changes in SaltStack.
|
|||||||
- Install `libgit2 1.3.0` from source
|
- Install `libgit2 1.3.0` from source
|
||||||
- Install `pygit2 1.7.0` from pip repositories
|
- Install `pygit2 1.7.0` from pip repositories
|
||||||
- Change Docker base image to `ubuntu:hirsute-20210917`
|
- Change Docker base image to `ubuntu:hirsute-20210917`
|
||||||
|
- Upgrade Python to version `3.9`
|
||||||
|
|
||||||
**3004**
|
**3004**
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ARG VCS_REF
|
|||||||
|
|
||||||
# https://github.com/saltstack/salt/releases
|
# https://github.com/saltstack/salt/releases
|
||||||
ENV SALT_VERSION="3004" \
|
ENV SALT_VERSION="3004" \
|
||||||
PYTHON_VERSION="3.8"
|
PYTHON_VERSION="3.9"
|
||||||
|
|
||||||
ENV IMAGE_VERSION="${SALT_VERSION}_1"
|
ENV IMAGE_VERSION="${SALT_VERSION}_1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user