From e6745c891c69fc69321eb692a7a20b430d7d2e0c Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Mon, 16 Oct 2023 13:42:40 +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 5910604..9f26219 100644 --- a/.versions.json +++ b/.versions.json @@ -1,5 +1,5 @@ { "DEBIAN_VERSION": "buster-20231009-slim", - "IMAGE_RELEASE_VERSION": "7", - "PGBOUNCER_VERSION": "1.20.1" + "IMAGE_RELEASE_VERSION": "1", + "PGBOUNCER_VERSION": "1.21.0" } diff --git a/Dockerfile b/Dockerfile index 20c6c28..82ac0ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # ARG DEBIAN_VERSION=buster-20231009-slim -ARG PGBOUNCER_VERSION=1.20.1 +ARG PGBOUNCER_VERSION=1.21.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.20.1" \ - release="7" \ + version="1.21.0" \ + release="1" \ summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \ description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."