feat: Upgrade Python to version 3.10

This commit is contained in:
Carlos Álvaro
2022-06-22 08:00:46 +02:00
parent f0a4e9f7ae
commit 0f5fcbf36d
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ for the list of changes in SaltStack.
**3004.2_1**
- Change Docker base image to `ubuntu:jammy-20220531`
- Upgrade Python to version `3.10`
**3004.2**

View File

@@ -6,7 +6,7 @@ ARG VCS_REF
# https://github.com/saltstack/salt/releases
# NOTE: Review org.label-schema.version label if necessary
ENV SALT_VERSION="3004.2" \
PYTHON_VERSION="3.9"
PYTHON_VERSION="3.10"
ENV SALT_DOCKER_DIR="/etc/docker-salt" \
SALT_ROOT_DIR="/etc/salt" \