Skip to content

Commit

Permalink
Update postgres versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 13, 2024
1 parent 8cf6e5a commit 4fc3f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
| [wodby/memcached] | [_/memcached] | `1` |
| [wodby/node] | [node] | `22`, `20`, `18` |
| [wodby/php] | [_/php] | `8.4`, `8.3`, `8.2`, `8.1` |
| [wodby/postgres] | [_/postgres] | `16`, `15`, `14`, `13`, `12` |
| [wodby/postgres] | [_/postgres] | `17`, `16`, `15`, `14`, `13` |
| [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` |
Expand Down
2 changes: 1 addition & 1 deletion images/postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
. ../update.sh

# http://www.databasesoup.com/2016/05/changing-postgresql-version-numbering.html
update_from_base_image "wodby/postgres" "16 15 14 13 12"
update_from_base_image "wodby/postgres" "17 16 15 14 13"

0 comments on commit 4fc3f97

Please sign in to comment.