Upgrade Python to version 3.9

This commit is contained in:
Carlos Álvaro
2021-11-04 15:46:28 +01:00
parent e6d0737d85
commit 40e8482b03
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ for the list of changes in SaltStack.
- Install `libgit2 1.3.0` from source
- Install `pygit2 1.7.0` from pip repositories
- Change Docker base image to `ubuntu:hirsute-20210917`
- Upgrade Python to version `3.9`
**3004**

View File

@@ -5,7 +5,7 @@ ARG VCS_REF
# https://github.com/saltstack/salt/releases
ENV SALT_VERSION="3004" \
PYTHON_VERSION="3.8"
PYTHON_VERSION="3.9"
ENV IMAGE_VERSION="${SALT_VERSION}_1"