Skip to content

Commit

Permalink
[TASK] Update php Docker tag
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to    |
| ----------- | -------------------------- | ------ | ----- |
| docker      | php                        | 8.3    | 8.4   |
| github-tags | containerbase/php-prebuild | 8.3.14 | 8.4.1 |
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 7b39fad commit b332263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM composer/composer:2.8-bin AS composer
LABEL maintainer="Elias Häußler <[email protected]>"

FROM php:8.3-alpine
FROM php:8.4-alpine
COPY --from=composer /composer /usr/bin/composer

ENV COMPOSER_ALLOW_SUPERUSER=1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-filter": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand Down

0 comments on commit b332263

Please sign in to comment.