Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump the version #18

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.21
ARG VERSION=1.23.1
ARG VERSION=1.24.0
MAINTAINER Pascal Zimmermann <ZPascal>
LABEL application="PgBouncer" \
description="Base alpine linux container image + PgBouncer" \
version="1.23.1" \
version="1.24.0" \
lastModifiedBy="Pascal Zimmermann" \
lastModifiedOn="2024-08-02"
lastModifiedOn="2025-01-10"

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.20](https://hub.docker.com/_/alpine)
- [pgBouncer 1.23.1](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_23_1)
- [pgBouncer 1.24.0](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_24_0)
## Supported setup parameter
| Env variable | Default value | Example value | Required |
|:------------:|:-------------:|:-------------:|:--------:|
Expand Down
Loading