Skip to content

Commit 6d39dd0

Browse files
authored
feat: Update the PGBouncer and Alpine version (#10)
* feat: Update the PGBouncer and Alpine version * docs: Update the documentation
1 parent 4903b2c commit 6d39dd0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM alpine:3.17
2-
ARG VERSION=1.19.1
1+
FROM alpine:3.18
2+
ARG VERSION=1.20.0
33
MAINTAINER Pascal Zimmermann <ZPascal>
44
LABEL application="PgBouncer" \
55
description="Base alpine linux container image + PgBouncer" \
6-
version="1.19.1" \
6+
version="1.20.0" \
77
lastModifiedBy="Pascal Zimmermann" \
8-
lastModifiedOn="2023-05-31"
8+
lastModifiedOn="2023-07-20"
99

1010
ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
1111
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400

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.17](https://hub.docker.com/_/alpine)
9-
- [pgBouncer 1.19.1](https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_19_1)
8+
- [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)
1010

1111
## Supported setup parameter
1212
| Env variable | Default value | Example value | Required |

0 commit comments

Comments
 (0)