From 40e8482b03149b91b5abb589a1b5aa859e155703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=CC=81lvaro?= Date: Thu, 4 Nov 2021 15:46:28 +0100 Subject: [PATCH] Upgrade Python to version 3.9 --- CHANGELOG.md | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c28177..b327d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/Dockerfile b/Dockerfile index 3b39c48..28c2b32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"