Skip to content

Commit

Permalink
Bump to use latest pg
Browse files Browse the repository at this point in the history
  • Loading branch information
bstrausser committed Apr 15, 2024
1 parent acbd6a7 commit 16e5558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postgres/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func ExampleRunContainer() {
dbPassword := "password"

postgresContainer, err := postgres.RunContainer(ctx,
testcontainers.WithImage("docker.io/postgres:15.2-alpine"),
testcontainers.WithImage("docker.io/postgres:16-alpine"),
postgres.WithInitScripts(filepath.Join("testdata", "init-user-db.sh")),
postgres.WithConfigFile(filepath.Join("testdata", "my-postgres.conf")),
postgres.WithDatabase(dbName),
Expand Down

0 comments on commit 16e5558

Please sign in to comment.