From 0303dbde9ec9f8b0458de9fec4b6160649778bef Mon Sep 17 00:00:00 2001 From: Sujiba Bot Date: Fri, 14 Feb 2025 03:44:46 +0000 Subject: [PATCH 1/2] chore(deps): update php docker tag to v8.4.4 --- docker-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index 1b2439b..8fefcd9 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.3-apache +FROM php:8.4.4-apache WORKDIR /var/www/html RUN apt-get update && \ From 893c7117dc2f07a5fabe121adf0d4e00b6b4c3e3 Mon Sep 17 00:00:00 2001 From: Sujiba Bot Date: Fri, 14 Mar 2025 03:43:35 +0000 Subject: [PATCH 2/2] chore(deps): update php docker tag to v8.4.5 --- docker-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index 1b2439b..0912a9e 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.3-apache +FROM php:8.4.5-apache WORKDIR /var/www/html RUN apt-get update && \