From 91ae4f2e7ed09aa4c3f3f92f1f12e534157cc791 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Wed, 23 Sep 2026 18:50:40 +0200 Subject: [PATCH] feat: Update the Alpine and PgBouncer version --- Dockerfile | 6 +++--- README.md | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 661003b..b08c585 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ FROM alpine:3.24 -ARG VERSION=1.25.2 +ARG VERSION=1.26.0 LABEL org.opencontainers.image.title="PgBouncer" \ org.opencontainers.image.description="Base alpine linux container image & PgBouncer" \ - org.opencontainers.image.version="1.25.2" \ + org.opencontainers.image.version="1.26.0" \ org.opencontainers.image.authors="Pascal Zimmermann " \ lastUpdatedBy="Pascal Zimmermann" \ - lastUpdatedOn="2025-12-03" + lastUpdatedOn="2026-09-23" ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000 ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400 diff --git a/README.md b/README.md index b732e28..8dc733a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ - https://github.com/mbentley/dockerfiles ## Used versions -- [alpine:3.23](https://hub.docker.com/_/alpine) -- [pgBouncer 1.25.2](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_25_1) +- [alpine:3.24](https://hub.docker.com/_/alpine) +- [pgBouncer 1.26.0](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_26_0) + ## Supported setup parameter | Env variable | Default value | Example value | Required | |:------------:|:-------------:|:-------------:|:--------:|