dev #17

Merged
sujiba merged 6 commits from dev into main 2024-09-17 12:04:13 +02:00
Showing only changes of commit 674ce1a646 - 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.10-apache
FROM php:8.3.11-apache
WORKDIR /var/www/html
RUN apt-get update && \