Merge pull request 'dev' (#14) from dev into main
All checks were successful
build image / release_tag (push) Successful in 2s
build image / build (push) Successful in 4m54s
build image / publish_release (push) Successful in 4s

Reviewed-on: https://git.smail.koeln///homelab/docker-ownDynDNS-netcup/pulls/14
This commit is contained in:
sujiba 2024-08-08 21:14:32 +00:00
commit 7d1712e4ce
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) - [acknowledgments](#acknowledgments)
- [Netcup configuration](#netcup-configuration) - [Netcup configuration](#netcup-configuration)
- [Container configuration](#container-configuration) - [Container configuration](#container-configuration)
@ -9,7 +9,7 @@
## acknowledgments ## acknowledgments
This container is based on the work of: 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) * [Fernwerker ownDynDNS](https://github.com/fernwerker/ownDynDNS)
## Netcup configuration ## Netcup configuration

View file

@ -7,7 +7,7 @@ RUN apk update && \
git clone https://github.com/fernwerker/ownDynDNS.git git clone https://github.com/fernwerker/ownDynDNS.git
# Build container to run the app # Build container to run the app
FROM php:8.3.9-apache FROM php:8.3.10-apache
WORKDIR /var/www/html WORKDIR /var/www/html
RUN apt-get update && \ RUN apt-get update && \