From 4251236a6ec1756327cb7b3b7efe9e0a70b1923f Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Wed, 22 Nov 2023 00:22:13 +0000 Subject: [PATCH] Automatic update --- .versions.json | 4 ++-- Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.versions.json b/.versions.json index 5705ebf..aa8e191 100644 --- a/.versions.json +++ b/.versions.json @@ -1,5 +1,5 @@ { - "DEBIAN_VERSION": "buster-20231030-slim", - "IMAGE_RELEASE_VERSION": "5", + "DEBIAN_VERSION": "buster-20231120-slim", + "IMAGE_RELEASE_VERSION": "6", "PGBOUNCER_VERSION": "1.21.0" } diff --git a/Dockerfile b/Dockerfile index 6edc933..bc3c364 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -ARG DEBIAN_VERSION=buster-20231030-slim +ARG DEBIAN_VERSION=buster-20231120-slim ARG PGBOUNCER_VERSION=1.21.0 FROM debian:${DEBIAN_VERSION} AS build @@ -43,7 +43,7 @@ ARG TARGETARCH LABEL name="PgBouncer Container Images" \ vendor="The CloudNativePG Contributors" \ version="1.21.0" \ - release="5" \ + release="6" \ summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \ description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."