Skip to content

Commit

Permalink
Bump version from non-ancient version
Browse files Browse the repository at this point in the history
  • Loading branch information
bstrausser committed Apr 15, 2024
1 parent 16e5558 commit 2969588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ When starting the Postgres container, you can pass options in a variadic way to
#### Image

If you need to set a different Postgres Docker image, you can use `testcontainers.WithImage` with a valid Docker image
for Postgres. E.g. `testcontainers.WithImage("docker.io/postgres:9.6")`.
for Postgres. E.g. `testcontainers.WithImage("docker.io/postgres:16-alpine")`.

{% include "../features/common_functional_options.md" %}

Expand Down

0 comments on commit 2969588

Please sign in to comment.