Skip to content

Commit

Permalink
Update some example PG version numbers in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored Sep 30, 2024
1 parent 10a4664 commit fb7ad07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Postgres container is based on Debian.

If you instead want to run a specific version of PostgreSQL
then pick a matching tag on our Docker Hub. For example, to
use PostgreSQL 15 you can use:
use PostgreSQL 17 you can use:

pgautoupgrade/pgautoupgrade:15-alpine
pgautoupgrade/pgautoupgrade:17-alpine

### Debian vs Alpine based images

Expand All @@ -48,12 +48,12 @@ based, and upgrading from that to one of our Alpine Linux
based images doesn't always work out well.

To solve that problem, we have Debian based images
(`15-bookworm` and `16-bookworm`) available now as well.
(`17-bookworm` and `16-bookworm`) available now as well.

To use either of those, choose the version of PostgreSQL you'd
like to upgrade to, then change your docker image to match:

pgautoupgrade/pgautoupgrade:15-bookworm
pgautoupgrade/pgautoupgrade:17-bookworm

### "One shot" mode

Expand Down

0 comments on commit fb7ad07

Please sign in to comment.