From a5f5a29265b7ced2a39dfe6a2839077c1a4393e2 Mon Sep 17 00:00:00 2001 From: Sujiba Bot Date: Sat, 14 Jun 2025 12:57:52 +0000 Subject: [PATCH] chore(deps): update php docker tag to v8.4.8 --- docker-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index b591f51..b476794 100755 --- a/docker-build/Dockerfile +++ b/docker-build/Dockerfile @@ -7,7 +7,7 @@ RUN apk update && \ git clone https://github.com/fernwerker/ownDynDNS.git # Build container to run the app -FROM php:8.4.7-apache +FROM php:8.4.8-apache WORKDIR /var/www/html RUN apt-get update && \ -- 2.47.2