Skip to content

Commit 694b2de

Browse files
Update PHP
| datasource | package | from | to | | ----------- | -------------------------- | ----- | ------ | | docker | php | 8.2 | 8.3 | | github-tags | containerbase/php-prebuild | 8.2.0 | 8.3.10 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 692470c commit 694b2de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM composer:2 AS composer
22

3-
FROM php:8.2-alpine
3+
FROM php:8.3-alpine
44

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
55
"license": "BSD-3-Clause",
66
"require": {
7-
"php": "~8.2.0",
7+
"php": "~8.3.10",
88
"azjezz/psl": "^2.9.1",
99
"jwage/changelog-generator": "^1.4.0",
1010
"laminas/laminas-diactoros": "^2.26.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)