Skip to content

Commit 84e1fa6

Browse files
authored
Merge pull request #46 from Ilyes512/updates
Updates
2 parents 2e61e5a + 5456081 commit 84e1fa6

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
version: 2
55
updates:
66
- package-ecosystem: docker
7-
directory: "fpm"
7+
directories:
8+
- fpm
9+
- apache
810
schedule:
911
interval: "daily"
1012
ignore:
11-
- dependency-name: '*'
12-
update-types: ["version-update:semver-major", "version-update:semver-minor"]
13-
- package-ecosystem: docker
14-
directory: "apache"
15-
schedule:
16-
interval: "daily"
17-
ignore:
18-
- dependency-name: '*'
13+
- dependency-name: "*"
1914
update-types: ["version-update:semver-major", "version-update:semver-minor"]
15+
groups:
16+
php:
17+
patterns:
18+
- "*"
2019
- package-ecosystem: "github-actions"
2120
directory: "/"
2221
schedule:

apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
126126
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
127127
ARG PHIVE_VERSION=0.15.3
128128
# Latest version of Composer: https://getcomposer.org/download
129-
ARG COMPOSER_VERSION=2.8.3
129+
ARG COMPOSER_VERSION=2.8.4
130130
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
131-
ARG XDEBUG_VERSION=3.3.2
131+
ARG XDEBUG_VERSION=3.4.0
132132
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
133-
ARG PCOV_VERSION=1.0.11
133+
ARG PCOV_VERSION=1.0.12
134134

135135
RUN apt-get update \
136136
&& apt-get install --assume-yes --no-install-recommends \

fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
126126
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
127127
ARG PHIVE_VERSION=0.15.3
128128
# Latest version of Composer: https://getcomposer.org/download
129-
ARG COMPOSER_VERSION=2.8.3
129+
ARG COMPOSER_VERSION=2.8.4
130130
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
131-
ARG XDEBUG_VERSION=3.3.2
131+
ARG XDEBUG_VERSION=3.4.0
132132
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
133-
ARG PCOV_VERSION=1.0.11
133+
ARG PCOV_VERSION=1.0.12
134134

135135
RUN apt-get update \
136136
&& apt-get install --assume-yes --no-install-recommends \

0 commit comments

Comments
 (0)