test(inputs.pgbouncer): Update container version (#15728)
This commit is contained in:
parent
9df480039a
commit
27db10eefc
|
|
@ -33,7 +33,7 @@ func TestPgBouncerGeneratesMetricsIntegration(t *testing.T) {
|
|||
defer backend.Terminate()
|
||||
|
||||
container := testutil.Container{
|
||||
Image: "z9pascal/pgbouncer-container:1.18.0-latest",
|
||||
Image: "z9pascal/pgbouncer-container:1.23.1-latest",
|
||||
ExposedPorts: []string{pgBouncerServicePort},
|
||||
Env: map[string]string{
|
||||
"PG_ENV_POSTGRESQL_USER": "pgbouncer",
|
||||
|
|
@ -123,7 +123,7 @@ func TestPgBouncerGeneratesMetricsIntegrationShowCommands(t *testing.T) {
|
|||
defer backend.Terminate()
|
||||
|
||||
container := testutil.Container{
|
||||
Image: "z9pascal/pgbouncer-container:1.18.0-latest",
|
||||
Image: "z9pascal/pgbouncer-container:1.23.1-latest",
|
||||
ExposedPorts: []string{pgBouncerServicePort},
|
||||
Env: map[string]string{
|
||||
"PG_ENV_POSTGRESQL_USER": "pgbouncer",
|
||||
|
|
|
|||
Loading…
Reference in New Issue