Compare commits

..

No commits in common. "145407ababa75d524ea6b1979c93c6d9858f8d03" and "e14440e17d81fc5cfe5b6e64a9d5bde63da33cc5" 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.3.10-apache
FROM php:8.3.9-apache
WORKDIR /var/www/html
RUN apt-get update && \