From 70966d0e4657c4d233775b2033b73c144a74f722 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Dec 2025 15:41:07 +0000 Subject: [PATCH] chore(deps): update dependency xdebug to v3.5.0 --- php/8.x.Dockerfile | 2 +- php/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/8.x.Dockerfile b/php/8.x.Dockerfile index f0d6139..57e2610 100644 --- a/php/8.x.Dockerfile +++ b/php/8.x.Dockerfile @@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=24.04 FROM ubuntu:${UBUNTU_VERSION} AS base ARG PHP_VERSION=8.4 # renovate: datasource=github-releases depName=xdebug packageName=xdebug/xdebug -ARG XDEBUG_VERSION=3.4.7 +ARG XDEBUG_VERSION=3.5.0 ENV DEBIAN_FRONTEND=noninteractive \ TZ="Europe/Berlin" \ diff --git a/php/Dockerfile b/php/Dockerfile index 7569ae1..a3a2a2f 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=24.04 FROM ubuntu:${UBUNTU_VERSION} AS base ARG PHP_VERSION=8.3 # renovate: datasource=github-releases depName=xdebug packageName=xdebug/xdebug -ARG XDEBUG_VERSION=3.4.7 +ARG XDEBUG_VERSION=3.5.0 ENV DEBIAN_FRONTEND=noninteractive \ TZ="Europe/Berlin" \