chore(deps): update php docker tag to v8.4.6
All checks were successful
build image / release_tag (push) Successful in 31s
build image / build (push) Successful in 6m49s
build image / publish_release (push) Successful in 7s

This commit is contained in:
Sujiba Bot 2025-04-11 21:44:15 +00:00
parent 953eeb68b8
commit 098d01b73d

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