Skip to content

Commit 2d52d36

Browse files
author
Sascha Nowak
authored
Merge pull request #597 from netlogix/renovate/xdebug-3.x
2 parents 006a1b7 + a7b0ae0 commit 2d52d36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

php/8.x.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=24.04
44
FROM ubuntu:${UBUNTU_VERSION} AS base
55
ARG PHP_VERSION=8.4
66
# renovate: datasource=github-releases depName=xdebug packageName=xdebug/xdebug
7-
ARG XDEBUG_VERSION=3.4.1
7+
ARG XDEBUG_VERSION=3.4.7
88

99
ENV DEBIAN_FRONTEND=noninteractive \
1010
TZ="Europe/Berlin" \

php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=24.04
44
FROM ubuntu:${UBUNTU_VERSION} AS base
55
ARG PHP_VERSION=8.3
66
# renovate: datasource=github-releases depName=xdebug packageName=xdebug/xdebug
7-
ARG XDEBUG_VERSION=3.4.1
7+
ARG XDEBUG_VERSION=3.4.7
88

99
ENV DEBIAN_FRONTEND=noninteractive \
1010
TZ="Europe/Berlin" \

0 commit comments

Comments
 (0)