diff --git a/.versions.json b/.versions.json index 9397c36..1eb7078 100644 --- a/.versions.json +++ b/.versions.json @@ -1,5 +1,5 @@ { - "DEBIAN_VERSION": "buster-20240110-slim", - "IMAGE_RELEASE_VERSION": "13", - "PGBOUNCER_VERSION": "1.21.0" + "DEBIAN_VERSION": "buster-20240130-slim", + "IMAGE_RELEASE_VERSION": "1", + "PGBOUNCER_VERSION": "1.22.0" } diff --git a/Dockerfile b/Dockerfile index 64a67db..a6641a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -ARG DEBIAN_VERSION=buster-20240110-slim -ARG PGBOUNCER_VERSION=1.21.0 +ARG DEBIAN_VERSION=buster-20240130-slim +ARG PGBOUNCER_VERSION=1.22.0 FROM debian:${DEBIAN_VERSION} AS build ARG PGBOUNCER_VERSION @@ -42,8 +42,8 @@ ARG TARGETARCH LABEL name="PgBouncer Container Images" \ vendor="The CloudNativePG Contributors" \ - version="1.21.0" \ - release="13" \ + version="1.22.0" \ + release="1" \ summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \ description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."