From ff2fdc4432583480f43cd970fe15e773a21f62ab Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Tue, 12 Nov 2024 17:01:49 +0300 Subject: [PATCH] Update python versions --- README.md | 24 ++++++++++++------------ images/python.sh | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 10c9328..08751fd 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,18 @@ - New stability tag release on version update - New stability tag release on Alpine Linux update -| Image | Upstream (base image) | Versions | -|-------------------|-----------------------|--------------------------------------| -| [wodby/alpine] | [alpine] | `3.20`, `3.19`, `3.18`, `3.17` | -| [wodby/apache] | [_/httpd] | `2.4` | -| [wodby/memcached] | [_/memcached] | `1` | -| [wodby/node] | [node] | `22`, `20`, `18` | -| [wodby/php] | [_/php] | `8.3`, `8.2`, `8.1` | -| [wodby/postgres] | [_/postgres] | `16`, `15`, `14`, `13`, `12` | -| [wodby/python] | [python] | `3.12`, `3.11`, `3.10`, `3.9`, `3.8` | -| [wodby/valkey] | [valkey/valkey] | `8.0`, `7.2` | -| [wodby/redis] | [redis] | `7` | -| [wodby/ruby] | [ruby] | `3.3`, `3.2`, `3.1` | +| Image | Upstream (base image) | Versions | +|-------------------|-----------------------|---------------------------------------| +| [wodby/alpine] | [alpine] | `3.20`, `3.19`, `3.18`, `3.17` | +| [wodby/apache] | [_/httpd] | `2.4` | +| [wodby/memcached] | [_/memcached] | `1` | +| [wodby/node] | [node] | `22`, `20`, `18` | +| [wodby/php] | [_/php] | `8.3`, `8.2`, `8.1` | +| [wodby/postgres] | [_/postgres] | `16`, `15`, `14`, `13`, `12` | +| [wodby/python] | [python] | `3.13`, `3.12`, `3.11`, `3.10`, `3.9` | +| [wodby/valkey] | [valkey/valkey] | `8.0`, `7.2` | +| [wodby/redis] | [redis] | `7` | +| [wodby/ruby] | [ruby] | `3.3`, `3.2`, `3.1` | ### Descendant images diff --git a/images/python.sh b/images/python.sh index c1249f4..f88cc86 100755 --- a/images/python.sh +++ b/images/python.sh @@ -4,4 +4,4 @@ set -e . ../update.sh -update_from_base_image "wodby/python" "3.12 3.11 3.10 3.9 3.8" +update_from_base_image "wodby/python" "3.13 3.12 3.11 3.10 3.9"