Skip to content

Commit dff2608

Browse files
author
CloudNativePG Automated Updates
committed
Automatic update
1 parent 7c864b5 commit dff2608

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"DEBIAN_VERSION": "bookworm-20250224-slim",
3-
"IMAGE_RELEASE_VERSION": "8",
2+
"DEBIAN_VERSION": "bookworm-20250317-slim",
3+
"IMAGE_RELEASE_VERSION": "9",
44
"PGBOUNCER_VERSION": "1.24.0"
55
}

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
ARG DEBIAN_VERSION=bookworm-20250224-slim
17+
ARG DEBIAN_VERSION=bookworm-20250317-slim
1818
ARG PGBOUNCER_VERSION=1.24.0
1919

2020
FROM debian:${DEBIAN_VERSION} AS build
@@ -44,7 +44,7 @@ ARG TARGETARCH
4444
LABEL name="PgBouncer Container Images" \
4545
vendor="The CloudNativePG Contributors" \
4646
version="1.24.0" \
47-
release="8" \
47+
release="9" \
4848
summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \
4949
description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."
5050

0 commit comments

Comments
 (0)