From 9539a3ceea52c7db72760d9233c2ea2af0e4697b Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@ar21.de>
Date: Fri, 17 Jan 2025 19:02:33 +0000
Subject: [PATCH] Update php Docker tag to v8.4.3

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 3af5550..f51cccc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM php:8.4.2-apache-bullseye
+FROM php:8.4.3-apache-bullseye
 RUN apt-get update -qq && apt-get install -qq libmagickwand-dev libpng-dev libjpeg-dev libtiff-dev imagemagick --no-install-recommends && rm -rf /var/lib/apt/lists/*
 RUN pecl install imagick
 RUN docker-php-ext-install mysqli pdo pdo_mysql
-- 
2.45.3