We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b2e26 commit df22afaCopy full SHA for df22afa
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM alpine:3.18
2
-ARG VERSION=1.21.0
+FROM alpine:3.19
+ARG VERSION=1.22.0
3
MAINTAINER Pascal Zimmermann <ZPascal>
4
LABEL application="PgBouncer" \
5
description="Base alpine linux container image + PgBouncer" \
6
- version="1.21.0" \
+ version="1.22.0" \
7
lastModifiedBy="Pascal Zimmermann" \
8
- lastModifiedOn="2023-10-16"
+ lastModifiedOn="2024-01-31"
9
10
ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
11
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400
0 commit comments