Compare commits

..

No commits in common. "5b93fe15d56bef40fea7174c7a573577d3717821" and "bd4a8f33c6388194a3d6a107ecf9615f866b3df5" have entirely different histories.

View file

@ -7,7 +7,7 @@ RUN apk update && \
git clone https://github.com/fernwerker/ownDynDNS.git git clone https://github.com/fernwerker/ownDynDNS.git
# Build container to run the app # Build container to run the app
FROM php:8.3.12-apache FROM php:8.3.11-apache
WORKDIR /var/www/html WORKDIR /var/www/html
RUN apt-get update && \ RUN apt-get update && \