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
This commit is contained in:
sujiba 2025-06-14 15:00:40 +02:00
commit 1689b51abf

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