From bd1de1c76925a6ae896ec71eaaac6bfa2991ba0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Tue, 19 Sep 2023 10:26:05 -0700 Subject: [PATCH] feat(python): upgrade 3.12 image to Python 3.12.rc3 --- 3.12/Dockerfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/3.12/Dockerfile b/3.12/Dockerfile index 711cf30..ffec7aa 100644 --- a/3.12/Dockerfile +++ b/3.12/Dockerfile @@ -19,7 +19,7 @@ ENV PIP_ROOT_USER_ACTION ignore # python ENV PYTHON_ROOT /opt/python ENV PYTHON2_VERSION 2.7.18 -ENV PYTHON3_VERSION 3.12.0rc2 +ENV PYTHON3_VERSION 3.12.0rc3 # base dependencies RUN set -eux; \ diff --git a/README.md b/README.md index ed4c39d..7a5e7c7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ Docker image based on Ubuntu 22.04 (Jammy Jellyfish) with Python 2.7 and Python ### Alpha, Beta and Release Candidates -- `3.12`, `3.12.0rc2` - Comes with Python 3.12.0rc2 and 2.7.18. +- `3.12`, `3.12.0rc3` - Comes with Python 3.12.0rc3 and 2.7.18. +- `3.12.0rc2` - Comes with Python 3.12.0rc2 and 2.7.18. ## How to use this image