Compare commits

..

2 commits

Author SHA1 Message Date
1689b51abf Merge pull request 'chore(deps): update php docker tag to v8.4.8' (#27) from renovate/php-8.x into main
Some checks failed
build image / build (push) Has been cancelled
build image / publish_release (push) Has been cancelled
build image / release_tag (push) Has been cancelled
Reviewed-on: #27
2025-06-14 15:00:40 +02:00
a5f5a29265
chore(deps): update php docker tag to v8.4.8 2025-06-14 12:57:52 +00:00

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.4.7-apache
FROM php:8.4.8-apache
WORKDIR /var/www/html
RUN apt-get update && \