File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "DEBIAN_VERSION" : " bookworm-20250113 -slim" ,
3- "IMAGE_RELEASE_VERSION" : " 3 " ,
2+ "DEBIAN_VERSION" : " bookworm-20250203 -slim" ,
3+ "IMAGE_RELEASE_VERSION" : " 4 " ,
44 "PGBOUNCER_VERSION" : " 1.24.0"
55}
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616#
17- ARG DEBIAN_VERSION=bookworm-20250113 -slim
17+ ARG DEBIAN_VERSION=bookworm-20250203 -slim
1818ARG PGBOUNCER_VERSION=1.24.0
1919
2020FROM debian:${DEBIAN_VERSION} AS build
@@ -44,7 +44,7 @@ ARG TARGETARCH
4444LABEL name="PgBouncer Container Images" \
4545 vendor="The CloudNativePG Contributors" \
4646 version="1.24.0" \
47- release="3 " \
47+ release="4 " \
4848 summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \
4949 description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."
5050
You can’t perform that action at this time.
0 commit comments