test(inputs.pgbouncer): Update container version (#15728)

This commit is contained in:
Pascal Zimmermann 2024-08-12 15:18:21 +02:00 committed by GitHub
parent 9df480039a
commit 27db10eefc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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",