Skip to content

Commit 2a15ed6

Browse files
committed
Force usage of bitnami pgbouncer 1.20.1-debian-11-r27
1 parent 167d208 commit 2a15ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-pg-client/src/test/java/io/vertx/pgclient/PgBouncerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void setUp() {
4444
Testcontainers.exposeHostPorts(pgPort);
4545

4646

47-
pgBouncerContainer = new GenericContainer(DockerImageName.parse("bitnami/pgbouncer:latest"));
47+
pgBouncerContainer = new GenericContainer(DockerImageName.parse("bitnami/pgbouncer:1.20.1-debian-11-r30"));
4848
pgBouncerContainer.withEnv("POSTGRESQL_USERNAME", "postgres");
4949
pgBouncerContainer.withEnv("POSTGRESQL_PASSWORD", "postgres");
5050
pgBouncerContainer.withEnv("POSTGRESQL_DATABASE", "postgres");

0 commit comments

Comments
 (0)