From d0b318b21e6f267a0b5eff64eb1067d069321fcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 13:22:32 +0000 Subject: [PATCH] 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 --- Dockerfile | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 037cb3f7..2de504ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM composer:2 AS composer -FROM php:8.1-alpine +FROM php:8.2-alpine COPY --from=composer /usr/bin/composer /usr/bin/composer diff --git a/composer.json b/composer.json index e640912d..40afd56b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Application that eases release management in the Laminas organisation through GitHub actions", "license": "BSD-3-Clause", "require": { - "php": "~8.1.12", + "php": "~8.2.0", "azjezz/psl": "^2.3.1", "jwage/changelog-generator": "^1.4.0", "laminas/laminas-diactoros": "^2.23.0",