Skip to content

Commit

Permalink
Use 1.24.0 and Alpine 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jflambert committed Jan 22, 2025
1 parent 9a1bc51 commit 36ac8ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.20 AS build
ARG VERSION=1.23.1
FROM alpine:3.21 AS build
ARG VERSION=1.24.0

# Inspiration from https://github.com/gmr/alpine-pgbouncer/blob/master/Dockerfile
# hadolint ignore=DL3003,DL3018
Expand All @@ -16,7 +16,7 @@ RUN curl -sS -o /pgbouncer.tar.gz -L https://pgbouncer.github.io/downloads/files

RUN cd /pgbouncer && ./configure --prefix=/usr && make

FROM alpine:3.20
FROM alpine:3.21

RUN apk add --no-cache busybox libevent postgresql-client && \
mkdir -p /etc/pgbouncer /var/log/pgbouncer /var/run/pgbouncer && \
Expand Down

0 comments on commit 36ac8ff

Please sign in to comment.