Skip to content

Commit 8468b43

Browse files
committed
patch alpine version in pgbouncer
1 parent 662aff2 commit 8468b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docker/pgbouncer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Using https://github.com/brainsam/pgbouncer as a starting point
2-
FROM alpine:3.21.0 AS build_stage
2+
FROM alpine:3.21.3 AS build_stage
33

44
ARG PGBOUNCER_VERSION=1.22.1
55
ARG PGBOUNCER_DOWNLOAD_URL=https://github.com/pgbouncer/pgbouncer/releases/download/pgbouncer_1_22_1/pgbouncer-1.22.1.tar.gz
@@ -23,7 +23,7 @@ RUN pipx install docutils \
2323
WORKDIR /bin
2424
RUN ln -s ../usr/bin/rst2man.py rst2man
2525

26-
FROM alpine:3.21.0
26+
FROM alpine:3.21.3
2727

2828
RUN apk --update add libevent openssl c-ares
2929

0 commit comments

Comments
 (0)