diff --git a/README.md b/README.md index 2ce95c5..6b72fd5 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# docker-ownDynDNS-netcup +# ownDynDNS-netcup -- [docker-ownDynDNS-netcup](#docker-owndyndns-netcup) +- [ownDynDNS-netcup](#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: -* [Docker PHP](https://hub.docker.com/_/php) +* [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 b22d35e..84713e0 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.10-apache +FROM php:8.3.9-apache WORKDIR /var/www/html RUN apt-get update && \