File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM alpine:3.18
2- ARG VERSION=1.20.0
2+ ARG VERSION=1.20.1
33MAINTAINER Pascal Zimmermann <ZPascal>
44LABEL application="PgBouncer" \
55 description="Base alpine linux container image + PgBouncer" \
6- version="1.20.0 " \
6+ version="1.20.1 " \
77 lastModifiedBy="Pascal Zimmermann" \
8- lastModifiedOn="2023-07-20 "
8+ lastModifiedOn="2023-08-09 "
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.18] ( https://hub.docker.com/_/alpine )
9- - [ pgBouncer 1.20.0 ] ( https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_20_0-fixed )
9+ - [ pgBouncer 1.20.1 ] ( https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_20_1 )
1010
1111## Supported setup parameter
1212| Env variable | Default value | Example value | Required |
You can’t perform that action at this time.
0 commit comments