Skip to content

Commit f6458ee

Browse files
authored
feat: Update the PGBouncer version (#27)
1 parent 3f59708 commit f6458ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM alpine:3.23
2-
ARG VERSION=1.25.1
2+
ARG VERSION=1.25.2
33

44
LABEL org.opencontainers.image.title="PgBouncer" \
55
org.opencontainers.image.description="Base alpine linux container image & PgBouncer" \
6-
org.opencontainers.image.version="1.25.1" \
6+
org.opencontainers.image.version="1.25.2" \
77
org.opencontainers.image.authors="Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>" \
88
lastUpdatedBy="Pascal Zimmermann" \
99
lastUpdatedOn="2025-12-03"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- https://github.com/mbentley/dockerfiles
66

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

0 commit comments

Comments
 (0)