File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.21
2- ARG VERSION=1.24.0
2+ ARG VERSION=1.24.1
33
44LABEL 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
1111ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
1212ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400
Original file line number Diff line number Diff line change 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| :------------:| :-------------:| :-------------:| :--------:|
You can’t perform that action at this time.
0 commit comments