From f905cf635ccec054f1e0fdc762bc7e908db1b49b Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 8 May 2025 23:04:20 +0000 Subject: [PATCH] Update php Docker tag to v8.4.7 --- php8.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 9365960..1167b34 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4.6-cli-bullseye@sha256:23d15b7804d5924f558a48049195988b1d679c3c34368d3dc0e6ed47a34f3177 +FROM php:8.4.7-cli-bullseye@sha256:44d634a9e6a4122b10be6369dfd7cf6ac17739422aebf394e66f00277ea3fbac SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] -- 2.47.2