From 8b452a943808093cc5c34f23e743e6e121f3745c Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 14 Feb 2025 10:06:30 +0000 Subject: [PATCH] Update php Docker tag to v8.4.4 --- php8.1/Dockerfile | 2 +- php8.2/Dockerfile | 2 +- php8.4/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 0ec5f9b..6469583 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.31-cli-bullseye@sha256:f931b67075b4e767010cf9e4eefca28c33cc08e408a61dab40c899f2a5462555 +FROM php:8.4.4-cli-bullseye@sha256:5d591eeae1c1999e2b4164df1796c7fd202b95d7fc26f46b80af441910c74ba5 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index e56a8a4..a775395 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.27-cli-bookworm@sha256:6fee808af33316c685f5274d7dedb333c10fa2bc9f851b69915387b6b37eac95 +FROM php:8.4.4-cli-bookworm@sha256:a046c032d8399f7e0a5bbbc87b22ca69815cf463695781a238f95414d4cca2fd SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 557d9d7..a775395 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3.17-cli-bookworm@sha256:eab462d7f27abe3ff747cde88ab2069afbd401480d13ee660ee433ae33728bdd +FROM php:8.4.4-cli-bookworm@sha256:a046c032d8399f7e0a5bbbc87b22ca69815cf463695781a238f95414d4cca2fd SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] -- 2.47.2