From e4bc50d2177031f577d16d73c081726af4b81347 Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Tue, 5 Mar 2024 00:20:28 +0000 Subject: [PATCH] Automatic update --- .versions.json | 4 ++-- Dockerfile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.versions.json b/.versions.json index 8cd543e..4ba1fc5 100644 --- a/.versions.json +++ b/.versions.json @@ -1,5 +1,5 @@ { "DEBIAN_VERSION": "buster-20240211-slim", - "IMAGE_RELEASE_VERSION": "4", - "PGBOUNCER_VERSION": "1.22.0" + "IMAGE_RELEASE_VERSION": "1", + "PGBOUNCER_VERSION": "1.22.1" } diff --git a/Dockerfile b/Dockerfile index cd4b8c2..1c0edc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # ARG DEBIAN_VERSION=buster-20240211-slim -ARG PGBOUNCER_VERSION=1.22.0 +ARG PGBOUNCER_VERSION=1.22.1 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.22.0" \ - release="4" \ + version="1.22.1" \ + release="1" \ summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \ description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."