From f862775d03be1eb7ae310268d9d73db42182c0d9 Mon Sep 17 00:00:00 2001 From: EnterpriseDB Automated Updates Date: Sun, 5 Feb 2023 00:24:59 +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 40537a9..743ceba 100644 --- a/.versions.json +++ b/.versions.json @@ -1,5 +1,5 @@ { - "DEBIAN_VERSION": "buster-20230109-slim", - "IMAGE_RELEASE_VERSION": "4", + "DEBIAN_VERSION": "buster-20230202-slim", + "IMAGE_RELEASE_VERSION": "5", "PGBOUNCER_VERSION": "1.18.0" } diff --git a/Dockerfile b/Dockerfile index 3c7e19a..1060eb6 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-20230109-slim +ARG DEBIAN_VERSION=buster-20230202-slim ARG PGBOUNCER_VERSION=1.18.0 FROM debian:${DEBIAN_VERSION} AS build @@ -43,7 +43,7 @@ ARG TARGETARCH LABEL name="PgBouncer Container Images" \ vendor="The CloudNativePG Contributors" \ version="1.18.0" \ - release="4" \ + release="5" \ summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \ description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."