From 20d727b56cf166ea4bacbebe972a35209de2ac64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 13:11:08 +0000 Subject: [PATCH] chore(deps): Bump ubuntu from 22.04 to 24.04 in /php-fpm Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- php-fpm/Dockerfile.81 | 4 ++-- php-fpm/Dockerfile.82 | 4 ++-- php-fpm/Dockerfile.83 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/php-fpm/Dockerfile.81 b/php-fpm/Dockerfile.81 index 16a4f02d..fbaa800a 100644 --- a/php-fpm/Dockerfile.81 +++ b/php-fpm/Dockerfile.81 @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 AS build +FROM ubuntu:24.04 AS build RUN \ export DEBIAN_FRONTEND=noninteractive && \ apt-get -q update && \ @@ -10,7 +10,7 @@ RUN \ pecl install timezonedb && \ rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Extra PHP extensions: msgpack (because of memcache) # We lack: newrelic diff --git a/php-fpm/Dockerfile.82 b/php-fpm/Dockerfile.82 index f623d1e7..2231f3cd 100644 --- a/php-fpm/Dockerfile.82 +++ b/php-fpm/Dockerfile.82 @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 AS build +FROM ubuntu:24.04 AS build RUN \ export DEBIAN_FRONTEND=noninteractive && \ apt-get -q update && \ @@ -10,7 +10,7 @@ RUN \ pecl install timezonedb && \ rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Extra PHP extensions: msgpack (because of memcache) # We lack: newrelic diff --git a/php-fpm/Dockerfile.83 b/php-fpm/Dockerfile.83 index 782607fe..aa2dcac3 100644 --- a/php-fpm/Dockerfile.83 +++ b/php-fpm/Dockerfile.83 @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 AS build +FROM ubuntu:24.04 AS build RUN \ export DEBIAN_FRONTEND=noninteractive && \ apt-get -q update && \ @@ -17,7 +17,7 @@ RUN pecl install memcache RUN pecl install memcached RUN pecl install channel://pecl.php.net/gmagick-2.0.6RC1 -FROM ubuntu:22.04 +FROM ubuntu:24.04 # We lack: newrelic # Missing: php8.3-gnupg php8.3-ssh2 php8.3-xdebug