Skip to content

Commit

Permalink
tools/sqldataase: update postgres image (#740)
Browse files Browse the repository at this point in the history
feat: update postgres image
  • Loading branch information
devalexandre committed Apr 2, 2024
1 parent 930e0fb commit 7bbb2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sqldatabase/postgresql/postgresql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Test(t *testing.T) {
if pgURI == "" {
pgContainer, err := postgres.RunContainer(
context.Background(),
testcontainers.WithImage("postgres:13"),
testcontainers.WithImage("postgres:16.2"),
postgres.WithDatabase("test"),
postgres.WithUsername("db_user"),
postgres.WithPassword("p@mysecretpassword"),
Expand Down

0 comments on commit 7bbb2d8

Please sign in to comment.