chore(deps): update php docker tag to v8.4.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Sujiba Bot 2024-11-26 03:02:08 +00:00
parent 230b24c575
commit 3e16016dc3

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