diff --git a/.versions.json b/.versions.json index 0445896..b659104 100644 --- a/.versions.json +++ b/.versions.json @@ -1,5 +1,5 @@ { "DEBIAN_VERSION": "buster-20230502-slim", - "IMAGE_RELEASE_VERSION": "1", + "IMAGE_RELEASE_VERSION": "2", "PGBOUNCER_VERSION": "1.19.0" } diff --git a/Dockerfile b/Dockerfile index 69bb2f8..edb3cdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ ARG TARGETARCH LABEL name="PgBouncer Container Images" \ vendor="The CloudNativePG Contributors" \ version="1.19.0" \ - release="1" \ + release="2" \ summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \ description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}." diff --git a/packages.txt b/packages.txt index 7a29b7a..247489b 100644 --- a/packages.txt +++ b/packages.txt @@ -105,7 +105,7 @@ libpam-runtime/now 1.3.1-5 all [installed,local] libpam0g/now 1.3.1-5 amd64 [installed,local] libpcre3/now 2:8.39-12 amd64 [installed,local] libpopt0/now 1.16-12 amd64 [installed,local] -libpq5/now 11.19-0+deb10u1 amd64 [installed,local] +libpq5/now 11.20-0+deb10u1 amd64 [installed,local] libprocps7/now 2:3.3.15-2 amd64 [installed,local] libpython2.7-minimal/now 2.7.16-2+deb10u1 amd64 [installed,local] libpython2.7-stdlib/now 2.7.16-2+deb10u1 amd64 [installed,local] @@ -163,8 +163,8 @@ netbase/now 5.6 all [installed,local] openssl/now 1.1.1n-0+deb10u4 amd64 [installed,local] passwd/now 1:4.5-1.1 amd64 [installed,local] perl-base/now 5.28.1-6+deb10u1 amd64 [installed,local] -postgresql-11/now 11.19-0+deb10u1 amd64 [installed,local] -postgresql-client-11/now 11.19-0+deb10u1 amd64 [installed,local] +postgresql-11/now 11.20-0+deb10u1 amd64 [installed,local] +postgresql-client-11/now 11.20-0+deb10u1 amd64 [installed,local] postgresql-client-common/now 200+deb10u5 all [installed,local] postgresql-common/now 200+deb10u5 all [installed,local] postgresql/now 11+200+deb10u5 all [installed,local]