dev #14

Merged
sujiba merged 5 commits from dev into main 2024-08-08 23:14:33 +02:00
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# ownDynDNS-netcup
# docker-ownDynDNS-netcup
- [ownDynDNS-netcup](#owndyndns-netcup)
- [docker-ownDynDNS-netcup](#docker-owndyndns-netcup)
- [acknowledgments](#acknowledgments)
- [Netcup configuration](#netcup-configuration)
- [Container configuration](#container-configuration)
@ -9,7 +9,7 @@
## acknowledgments
This container is based on the work of:
* [PHP](https://hub.docker.com/_/php)
* [Docker PHP](https://hub.docker.com/_/php)
* [Fernwerker ownDynDNS](https://github.com/fernwerker/ownDynDNS)
## Netcup configuration

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 && \