From 6a8377370f7acc641d9cf45afc145bfbd783dabf Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 17 Jan 2025 22:04:45 +0000 Subject: [PATCH] Update php Docker tag to v8.4.3 --- 2-php8.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-php8.3/Dockerfile b/2-php8.3/Dockerfile index 1102655..7cc5726 100644 --- a/2-php8.3/Dockerfile +++ b/2-php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4.2-cli-bullseye@sha256:18c74a60f33cde2a03b0c3b5a12dfb8a66f12c0524c66effd2d8a589655bcd18 +FROM php:8.4.3-cli-bullseye@sha256:b2637176f5ccd848a76ca139572f10d98d5ea4ca37f5b03fccd1abdce62ea35b SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] -- 2.45.2