Skip to content

Commit

Permalink
Update PHP
Browse files Browse the repository at this point in the history
| datasource  | package                    | from  | to    |
| ----------- | -------------------------- | ----- | ----- |
| docker      | php                        | 8.2   | 8.3   |
| github-tags | containerbase/php-prebuild | 8.2.0 | 8.3.9 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent 7b4def7 commit b45bc91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2 AS composer

FROM php:8.2-alpine
FROM php:8.3-alpine

COPY --from=composer /usr/bin/composer /usr/bin/composer

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
"license": "BSD-3-Clause",
"require": {
"php": "~8.2.0",
"php": "~8.3.9",
"azjezz/psl": "^2.9.1",
"jwage/changelog-generator": "^1.4.0",
"laminas/laminas-diactoros": "^2.26.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b45bc91

Please sign in to comment.