diff --git a/README.md b/README.md index 6b72fd5..2ce95c5 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index 84713e0..b22d35e 100755 --- a/docker-build/Dockerfile +++ b/docker-build/Dockerfile @@ -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 && \