Skip to content

Commit 7e7825f

Browse files
Update PHP
| datasource | package | from | to | | ----------- | ----------- | ------ | ----- | | docker | php | 8.1 | 8.2 | | github-tags | php/php-src | 8.1.12 | 8.2.0 | Signed-off-by: Renovate Bot <[email protected]>
1 parent e50b139 commit 7e7825f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1-alpine
3+
FROM php:8.2-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.1.12",
7+
"php": "~8.2.0",
88
"azjezz/psl": "^2.3.0",
99
"jwage/changelog-generator": "^1.4.0",
1010
"laminas/laminas-diactoros": "^2.22.0",

0 commit comments

Comments
 (0)