Skip to content

Commit d4381dd

Browse files
authored
feat: Bump the PGBouncer version (#20)
1 parent 6c37e92 commit d4381dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM alpine:3.21
2-
ARG VERSION=1.24.0
2+
ARG VERSION=1.24.1
33

44
LABEL org.opencontainers.image.title="PgBouncer" \
55
org.opencontainers.image.description="Base alpine linux container image & PgBouncer" \
6-
org.opencontainers.image.version="1.24.0" \
6+
org.opencontainers.image.version="1.24.1" \
77
org.opencontainers.image.authors="Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>" \
88
lastUpdatedBy="Pascal Zimmermann" \
9-
lastUpdatedOn="2025-04-05"
9+
lastUpdatedOn="2025-04-16"
1010

1111
ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
1212
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- https://github.com/mbentley/dockerfiles
66

77
## Used versions
8-
- [alpine:3.20](https://hub.docker.com/_/alpine)
9-
- [pgBouncer 1.24.0](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_24_0)
8+
- [alpine:3.21](https://hub.docker.com/_/alpine)
9+
- [pgBouncer 1.24.1](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_24_1)
1010
## Supported setup parameter
1111
| Env variable | Default value | Example value | Required |
1212
|:------------:|:-------------:|:-------------:|:--------:|

0 commit comments

Comments
 (0)