File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.20
2- ARG VERSION=1.23.0
2+ ARG VERSION=1.23.1
33MAINTAINER Pascal Zimmermann <ZPascal>
44LABEL application="PgBouncer" \
55 description="Base alpine linux container image + PgBouncer" \
6- version="1.23.0 " \
6+ version="1.23.1 " \
77 lastModifiedBy="Pascal Zimmermann" \
8- lastModifiedOn="2024-07-03 "
8+ lastModifiedOn="2024-08-02 "
99
1010ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
1111ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400
Original file line number Diff line number Diff line change 66
77## Used versions
88- [ alpine:3.20] ( https://hub.docker.com/_/alpine )
9- - [ pgBouncer 1.23.0 ] ( https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_23_0 )
9+ - [ pgBouncer 1.23.1 ] ( https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_23_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