Compare commits

..

No commits in common. "8364fb31c6c878725a6dbf2e5eb577b74b0786af" and "6c47fd8b4b1c58d495349439fdd59d62ce8041df" 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.5-apache
FROM php:8.4.3-apache
WORKDIR /var/www/html
RUN apt-get update && \