From d63fb47d7b96b5313a39621bc4833a737f9a0543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:54:40 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91d30f8..465d876 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ # Note: This image is built for the related Helm chart and ships without config on purpose. # Build stage -FROM alpine:3.23.4 AS build +FROM alpine:3.24.0 AS build # renovate: datasource=github-tags depName=pgbouncer/pgbouncer ARG REPO_TAG=pgbouncer_1_25_2 @@ -73,7 +73,7 @@ RUN make RUN make install # Runtime stage -FROM alpine:3.23.4 +FROM alpine:3.24.0 # Install runtime dependencies RUN apk add -U --no-cache busybox libevent postgresql-client