Compare commits

..

No commits in common. "674ce1a6465389e03eb658e67f9d8f3e8f0b877f" and "60c40beb2db74d22cd30d3a5b869bb9a1ac475f0" 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.11-apache
FROM php:8.3.10-apache
WORKDIR /var/www/html
RUN apt-get update && \