From 2969588877966ff1b7e624b696dc20905904239e Mon Sep 17 00:00:00 2001 From: bstrausser Date: Mon, 15 Apr 2024 11:57:24 -0400 Subject: [PATCH] Bump version from non-ancient version --- docs/modules/postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/postgres.md b/docs/modules/postgres.md index 47cb9115dc..683ed29162 100644 --- a/docs/modules/postgres.md +++ b/docs/modules/postgres.md @@ -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" %}