Skip to content

Commit b37c45d

Browse files
authored
feat: Update the used version (#12)
* feat: Update the used version * docs: Adjust the documentation
1 parent 68539c3 commit b37c45d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM alpine:3.18
2-
ARG VERSION=1.20.1
2+
ARG VERSION=1.21.0
33
MAINTAINER Pascal Zimmermann <ZPascal>
44
LABEL application="PgBouncer" \
55
description="Base alpine linux container image + PgBouncer" \
6-
version="1.20.1" \
6+
version="1.21.0" \
77
lastModifiedBy="Pascal Zimmermann" \
8-
lastModifiedOn="2023-08-09"
8+
lastModifiedOn="2023-10-16"
99

1010
ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
1111
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Used versions
88
- [alpine:3.18](https://hub.docker.com/_/alpine)
9-
- [pgBouncer 1.20.1](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_20_1)
9+
- [pgBouncer 1.21.0](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_21_0)
1010

1111
## Supported setup parameter
1212
| Env variable | Default value | Example value | Required |
@@ -21,7 +21,7 @@
2121
| PG_ENV_POSTGRESQL_POOL_MODE | session | session | No |
2222

2323
## Functionality
24-
The run script creates automatically the corresponding configuration, add the set the ```PG_ENV_POSTGRESQL_USER``` variable as stats_user inside the PgBouncer configuration. After the preparation step, the run script starts pgbouncer automatically and the container bound the port ```6432``` to share the PgBouncer service.
24+
The run script creates automatically the corresponding configuration and sets the ```PG_ENV_POSTGRESQL_USER``` variable as stats_user inside the PgBouncer configuration. After the preparation step, the run script starts pgbouncer automatically and the container bound the port ```6432``` to share the PgBouncer service.
2525

2626

2727
## Docker-compose example

0 commit comments

Comments
 (0)