We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 006a1b7 + a7b0ae0 commit 2d52d36Copy full SHA for 2d52d36
2 files changed
php/8.x.Dockerfile
@@ -4,7 +4,7 @@ ARG UBUNTU_VERSION=24.04
4
FROM ubuntu:${UBUNTU_VERSION} AS base
5
ARG PHP_VERSION=8.4
6
# renovate: datasource=github-releases depName=xdebug packageName=xdebug/xdebug
7
-ARG XDEBUG_VERSION=3.4.1
+ARG XDEBUG_VERSION=3.4.7
8
9
ENV DEBIAN_FRONTEND=noninteractive \
10
TZ="Europe/Berlin" \
php/Dockerfile
ARG PHP_VERSION=8.3
0 commit comments