We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64714b8 commit f749fdfCopy full SHA for f749fdf
Dockerfile
@@ -1,6 +1,6 @@
1
FROM composer:2 AS composer
2
3
-FROM php:8.1-alpine
+FROM php:8.2-alpine
4
5
COPY --from=composer /usr/bin/composer /usr/bin/composer
6
composer.json
@@ -4,7 +4,7 @@
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
"license": "BSD-3-Clause",
"require": {
7
- "php": "~8.1.12",
+ "php": "~8.2.0",
8
"azjezz/psl": "^2.3.0",
9
"jwage/changelog-generator": "^1.4.0",
10
"laminas/laminas-diactoros": "^2.22.0",
0 commit comments