From 4a5bfbd5d28890c4ea70a0e453d1a3413713abd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:52:39 +0000 Subject: [PATCH] Bump php in the non-major group across 1 directory Bumps the non-major group with 1 update in the / directory: php. Updates `php` from 8.1-apache to 8.4-apache --- updated-dependencies: - dependency-name: php dependency-type: direct:production dependency-group: non-major ... Signed-off-by: dependabot[bot] --- apache-php8.2.dockerfile | 2 +- apache.dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-php8.2.dockerfile b/apache-php8.2.dockerfile index eb79c50..1177641 100644 --- a/apache-php8.2.dockerfile +++ b/apache-php8.2.dockerfile @@ -7,7 +7,7 @@ ADD https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSIO RUN apk add unzip && unzip -q baikal-$VERSION.zip # Final Docker image -FROM php:8.2-apache +FROM php:8.4-apache # Install Baikal and required dependencies COPY --from=builder --chown=www-data:www-data baikal /var/www/baikal diff --git a/apache.dockerfile b/apache.dockerfile index b5bb633..1177641 100644 --- a/apache.dockerfile +++ b/apache.dockerfile @@ -7,7 +7,7 @@ ADD https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSIO RUN apk add unzip && unzip -q baikal-$VERSION.zip # Final Docker image -FROM php:8.1-apache +FROM php:8.4-apache # Install Baikal and required dependencies COPY --from=builder --chown=www-data:www-data baikal /var/www/baikal