Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 12, 2024
1 parent c32b497 commit ff2fdc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion images/python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ff2fdc4

Please sign in to comment.