From f4a869ce379259a742a4a28779e95d4305be9c3e Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Thu, 4 Jul 2024 16:20:31 +0300 Subject: [PATCH] chore(php-fpm): update the base image to the latest version --- php-fpm/Dockerfile.83 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-fpm/Dockerfile.83 b/php-fpm/Dockerfile.83 index f3816fb0..aa0a16ff 100644 --- a/php-fpm/Dockerfile.83 +++ b/php-fpm/Dockerfile.83 @@ -1,4 +1,4 @@ -FROM ubuntu:24.04@sha256:3f85b7caad41a95462cf5b787d8a04604c8262cdcdf9a472b8c52ef83375fe15 AS build +FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 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:24.04@sha256:3f85b7caad41a95462cf5b787d8a04604c8262cdcdf9a472b8c52ef83375fe15 +FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 # We lack: newrelic RUN \