Skip to content

Commit 998d4ad

Browse files
authored
feat: Update the used pgbouncer version (#16)
* feat: Update the used pgbouncer version
1 parent e4c1b97 commit 998d4ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.20
2-
ARG VERSION=1.23.0
2+
ARG VERSION=1.23.1
33
MAINTAINER Pascal Zimmermann <ZPascal>
44
LABEL 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

1010
ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
1111
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
|:------------:|:-------------:|:-------------:|:--------:|

0 commit comments

Comments
 (0)