Skip to content

Commit 1bdf05c

Browse files
authored
Merge pull request #24 from Ilyes512/updates
Updates
2 parents eca889f + 8674985 commit 1bdf05c

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4
18+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -36,7 +36,7 @@ jobs:
3636
dockerfile: ${{ matrix.docker.dockerfile }}
3737

3838
merge:
39-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4
39+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
4040
needs: build
4141
strategy:
4242
matrix:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4
17+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
1818
strategy:
1919
fail-fast: false
2020
matrix:
@@ -35,7 +35,7 @@ jobs:
3535
dockerfile: ${{ matrix.docker.dockerfile }}
3636

3737
merge:
38-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4
38+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
3939
needs: build
4040
strategy:
4141
matrix:

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.4
18+
uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5
1919
strategy:
2020
fail-fast: false
2121
matrix:
@@ -36,7 +36,7 @@ jobs:
3636
dockerfile: ${{ matrix.docker.dockerfile }}
3737

3838
merge:
39-
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.4
39+
uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5
4040
needs: build
4141
strategy:
4242
matrix:

Taskfile.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vars:
44
DOCKER_REPO: ghcr.io
55
DOCKER_OWNER: ilyes512
66
# Latatest version of Hadolint: https://hub.docker.com/r/hadolint/hadolint/tags or https://github.com/hadolint/hadolint/releases
7-
HADOLINT_TAG_VERSION: v2.12.0
7+
HADOLINT_TAG_VERSION: v2.14.0
88

99
# env:
1010
# BUILDKIT_PROGRESS: plain

apache/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
2-
FROM php:8.4.11-apache-bookworm AS runtime
2+
FROM php:8.4.14-apache-bookworm AS runtime
33

44
ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55

@@ -10,7 +10,7 @@ ARG PHP_IGBINARY_VERSION=3.2.16
1010
# Latest version of redis-extension: https://pecl.php.net/package/redis
1111
ARG PHP_REDIS_VERSION=6.2.0
1212
# Latest version of memcached-extension: https://pecl.php.net/package/memcached
13-
ARG PHP_MEMCACHED_VERSION=3.3.0
13+
ARG PHP_MEMCACHED_VERSION=3.4.0
1414
# Latest version of amqp-extension: https://pecl.php.net/package/amqp
1515
ARG PHP_AMQP_VERSION=2.1.2
1616

@@ -140,9 +140,9 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
140140
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
141141
ARG PHIVE_VERSION=0.16.0
142142
# Latest version of Composer: https://getcomposer.org/download
143-
ARG COMPOSER_VERSION=2.8.10
143+
ARG COMPOSER_VERSION=2.8.12
144144
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145-
ARG XDEBUG_VERSION=3.4.5
145+
ARG XDEBUG_VERSION=3.4.6
146146
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
147147
ARG PCOV_VERSION=1.0.12
148148

fpm/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Latest version of PHP base image: https://hub.docker.com/_/php?tab=tags
2-
FROM php:8.4.11-fpm-bookworm AS runtime
2+
FROM php:8.4.14-fpm-bookworm AS runtime
33

44
ARG UNIQUE_ID_FOR_CACHEFROM=runtime
55

@@ -10,7 +10,7 @@ ARG PHP_IGBINARY_VERSION=3.2.16
1010
# Latest version of redis-extension: https://pecl.php.net/package/redis
1111
ARG PHP_REDIS_VERSION=6.2.0
1212
# Latest version of memcached-extension: https://pecl.php.net/package/memcached
13-
ARG PHP_MEMCACHED_VERSION=3.3.0
13+
ARG PHP_MEMCACHED_VERSION=3.4.0
1414
# Latest version of amqp-extension: https://pecl.php.net/package/amqp
1515
ARG PHP_AMQP_VERSION=2.1.2
1616

@@ -140,9 +140,9 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder
140140
# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
141141
ARG PHIVE_VERSION=0.16.0
142142
# Latest version of Composer: https://getcomposer.org/download
143-
ARG COMPOSER_VERSION=2.8.10
143+
ARG COMPOSER_VERSION=2.8.12
144144
# Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug
145-
ARG XDEBUG_VERSION=3.4.5
145+
ARG XDEBUG_VERSION=3.4.6
146146
# Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov
147147
ARG PCOV_VERSION=1.0.12
148148

0 commit comments

Comments
 (0)