We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e5558 commit 2969588Copy full SHA for 2969588
docs/modules/postgres.md
@@ -41,7 +41,7 @@ When starting the Postgres container, you can pass options in a variadic way to
41
#### Image
42
43
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")`.
+for Postgres. E.g. `testcontainers.WithImage("docker.io/postgres:16-alpine")`.
45
46
{% include "../features/common_functional_options.md" %}
47
0 commit comments