Compare commits

...

2 commits

Author SHA1 Message Date
sujiba
927e438b90 Merge pull request 'chore(deps): update php docker tag to v8.4.1' (#20) from renovate/php-8.x into main
Some checks failed
build image / release_tag (push) Has been cancelled
build image / build (push) Has been cancelled
build image / publish_release (push) Has been cancelled
Reviewed-on: https://git.smail.koeln/homelab/docker-ownDynDNS-netcup/pulls/20
2025-01-21 10:29:24 +01:00
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 && \