Compare commits

...

1 commit

Author SHA1 Message Date
3e16016dc3 chore(deps): update php docker tag to v8.4.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
2024-11-26 03:02:08 +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.3.12-apache
FROM php:8.4.1-apache
WORKDIR /var/www/html
RUN apt-get update && \