Skip to content

Commit 68539c3

Browse files
authored
Update the release version to 1.20.1 (#11)
* feat: Update the release version to 1.20.1 * docs: Update the documentation
1 parent 6d39dd0 commit 68539c3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.0
2+
ARG VERSION=1.20.1
33
MAINTAINER Pascal Zimmermann <ZPascal>
44
LABEL 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

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.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 |

0 commit comments

Comments
 (0)