Merge pull request 'chore(deps): update php docker tag to v8.4.5' (#23) from renovate/php-8.x into main
Some checks failed
build image / build (push) Has been cancelled
build image / publish_release (push) Has been cancelled
build image / release_tag (push) Has been cancelled

Reviewed-on: https://git.smail.koeln/homelab/docker-ownDynDNS-netcup/pulls/23
This commit is contained in:
sujiba 2025-03-21 20:04:56 +01:00
commit 8364fb31c6

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