Compare commits

..

No commits in common. "renovate/php-8.x" and "main" have entirely different histories.

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