We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662aff2 commit 8468b43Copy full SHA for 8468b43
_docker/pgbouncer/Dockerfile
@@ -1,5 +1,5 @@
1
# Using https://github.com/brainsam/pgbouncer as a starting point
2
-FROM alpine:3.21.0 AS build_stage
+FROM alpine:3.21.3 AS build_stage
3
4
ARG PGBOUNCER_VERSION=1.22.1
5
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 \
23
WORKDIR /bin
24
RUN ln -s ../usr/bin/rst2man.py rst2man
25
26
-FROM alpine:3.21.0
+FROM alpine:3.21.3
27
28
RUN apk --update add libevent openssl c-ares
29
0 commit comments