File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "DEBIAN_VERSION" : " bookworm-20250224 -slim" ,
3
- "IMAGE_RELEASE_VERSION" : " 8 " ,
2
+ "DEBIAN_VERSION" : " bookworm-20250317 -slim" ,
3
+ "IMAGE_RELEASE_VERSION" : " 9 " ,
4
4
"PGBOUNCER_VERSION" : " 1.24.0"
5
5
}
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
#
17
- ARG DEBIAN_VERSION=bookworm-20250224 -slim
17
+ ARG DEBIAN_VERSION=bookworm-20250317 -slim
18
18
ARG PGBOUNCER_VERSION=1.24.0
19
19
20
20
FROM debian:${DEBIAN_VERSION} AS build
@@ -44,7 +44,7 @@ ARG TARGETARCH
44
44
LABEL name="PgBouncer Container Images" \
45
45
vendor="The CloudNativePG Contributors" \
46
46
version="1.24.0" \
47
- release="8 " \
47
+ release="9 " \
48
48
summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \
49
49
description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."
50
50
You can’t perform that action at this time.
0 commit comments