File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.17
2- ARG VERSION=1.19.1
1+ FROM alpine:3.18
2+ ARG VERSION=1.20.0
33MAINTAINER Pascal Zimmermann <ZPascal>
44LABEL application="PgBouncer" \
55 description="Base alpine linux container image + PgBouncer" \
6- version="1.19.1 " \
6+ version="1.20.0 " \
77 lastModifiedBy="Pascal Zimmermann" \
8- lastModifiedOn="2023-05-31 "
8+ lastModifiedOn="2023-07-20 "
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 55- https://github.com/mbentley/dockerfiles
66
77## Used versions
8- - [ alpine:3.17 ] ( https://hub.docker.com/_/alpine )
9- - [ pgBouncer 1.19.1 ] ( https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_19_1 )
8+ - [ 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 )
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