dev #14

Merged
sujiba merged 5 commits from dev into main 2024-08-08 23:14:33 +02:00
Showing only changes of commit 0434d078d4 - Show all commits

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.9-apache
FROM php:8.3.10-apache
WORKDIR /var/www/html
RUN apt-get update && \