Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading