From 3e16016dc3ec01cd5eb213859fb4eb9f9ce42d29 Mon Sep 17 00:00:00 2001 From: Sujiba Bot Date: Tue, 26 Nov 2024 03:02:08 +0000 Subject: [PATCH] chore(deps): update php docker tag to v8.4.1 --- docker-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index 2693fe1..9d22675 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.3.12-apache +FROM php:8.4.1-apache WORKDIR /var/www/html RUN apt-get update && \