chore(deps): update php docker tag to v8.4.10 #29

Open
sujiba-bot wants to merge 1 commit from renovate/php-8.x into main
Showing only changes of commit c9636d0388 - Show all commits

View file

@ -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.8-apache
FROM php:8.4.10-apache
WORKDIR /var/www/html
RUN apt-get update && \