Skip to content

Commit

Permalink
Update php Docker tag to v8.4
Browse files Browse the repository at this point in the history
| datasource | package | from | to  |
| ---------- | ------- | ---- | --- |
| docker     | php     | 8.3  | 8.4 |
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 444e2df commit 9efc4a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/cron.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-cli-alpine
FROM php:8.4-cli-alpine

ARG LOCAL_MODULES="bcmath ctype curl intl json libxml mbstring opcache redis sockets xmlreader"

Expand Down
2 changes: 1 addition & 1 deletion docker/node.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
#
#
FROM php:8.3-cli-alpine
FROM php:8.4-cli-alpine

ARG LOCAL_MODULES="bcmath ctype curl intl json libxml mbstring opcache redis sockets xmlreader"

Expand Down
2 changes: 1 addition & 1 deletion docker/php-dev.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine

ARG LOCAL_MODULES="bcmath ctype curl intl json libxml mbstring opcache redis sockets xmlreader pcov"

Expand Down
2 changes: 1 addition & 1 deletion docker/php.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine

ARG LOCAL_MODULES="bcmath ctype curl intl json libxml mbstring opcache redis sockets xmlreader"

Expand Down

0 comments on commit 9efc4a7

Please sign in to comment.