Skip to content

Commit

Permalink
Bump the pg bouncer version to 1.19.0 (#9)
Browse files Browse the repository at this point in the history
* feat: Bump the PgBouncer version to 1.19.0
  • Loading branch information
ZPascal authored May 4, 2023
1 parent 42dd952 commit cf2eefe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.17
ARG VERSION=1.18.0
ARG VERSION=1.19.0
MAINTAINER Pascal Zimmermann <ZPascal>
LABEL application="PgBouncer" \
description="Base alpine linux container image + PgBouncer" \
version="1.18.0" \
version="1.19.0" \
lastModifiedBy="Pascal Zimmermann" \
lastModifiedOn="2022-12-12"
lastModifiedOn="2023-05-04"

ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Used versions
- [alpine:3.17](https://hub.docker.com/_/alpine)
- [pgBouncer 1.18.0](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_18_0)
- [pgBouncer 1.19.0](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_19_0)

## Supported setup parameter
| Env variable | Default value | Example value | Required |
Expand Down

0 comments on commit cf2eefe

Please sign in to comment.