Skip to content

Commit 2969588

Browse files
author
bstrausser
committed
Bump version from non-ancient version
1 parent 16e5558 commit 2969588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/postgres.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When starting the Postgres container, you can pass options in a variadic way to
4141
#### Image
4242

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

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

0 commit comments

Comments
 (0)