Compare commits

..

No commits in common. "1689b51abfafc820159986dfd97d08e237e4cb7d" and "f11cb8532ceefa3e3f7fe36535b15f34956a1d55" 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.8-apache
FROM php:8.4.7-apache
WORKDIR /var/www/html
RUN apt-get update && \