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
This commit is contained in:
sujiba 2025-01-21 11:57:14 +01:00
commit 55b68a754a

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