Skip to content
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.23
ARG VERSION=1.25.1
ARG VERSION=1.25.2

LABEL org.opencontainers.image.title="PgBouncer" \
org.opencontainers.image.description="Base alpine linux container image & PgBouncer" \
org.opencontainers.image.version="1.25.1" \
org.opencontainers.image.version="1.25.2" \
org.opencontainers.image.authors="Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>" \
lastUpdatedBy="Pascal Zimmermann" \
lastUpdatedOn="2025-12-03"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- https://github.com/mbentley/dockerfiles

## Used versions
- [alpine:3.22](https://hub.docker.com/_/alpine)
- [pgBouncer 1.25.1](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_25_1)
- [alpine:3.23](https://hub.docker.com/_/alpine)
- [pgBouncer 1.25.2](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_25_1)
## Supported setup parameter
| Env variable | Default value | Example value | Required |
|:------------:|:-------------:|:-------------:|:--------:|
Expand Down