Compare commits

...

2 commits

Author SHA1 Message Date
sujiba
55b68a754a Merge pull request 'chore(deps): update php docker tag to v8.4.3' (#21) from renovate/php-8.x into main
Some checks failed
build image / release_tag (push) Successful in 31s
build image / build (push) Failing after 1m1s
build image / publish_release (push) Has been skipped
Reviewed-on: https://git.smail.koeln/homelab/docker-ownDynDNS-netcup/pulls/21
2025-01-21 11:57:14 +01:00
64f70bf2fe chore(deps): update php docker tag to v8.4.3 2025-01-21 10:55:47 +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.4.1-apache
FROM php:8.4.3-apache
WORKDIR /var/www/html
RUN apt-get update && \