From 7f660607f9fdb465ab387c35d5532bcddfed94d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 19:40:06 +0000 Subject: [PATCH] chore(deps): update dependency pgbouncer/pgbouncer to pgbouncer_1_25_2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 338943f..5367283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ # Build stage FROM alpine:3.23.3 AS build # renovate: datasource=github-tags depName=pgbouncer/pgbouncer -ARG REPO_TAG=pgbouncer_1_25_1 +ARG REPO_TAG=pgbouncer_1_25_2 # Install build dependencies RUN apk add -U --no-cache \