Merge pull request 'chore(deps): update php docker tag to v8.3.10' (#13) from renovate/php-8.x into dev
All checks were successful
build dev image / release_tag (push) Successful in 24s
build dev image / build-dev (push) Successful in 5m21s
build dev image / publish_release (push) Successful in 4s

Reviewed-on: https://git.smail.koeln///homelab/docker-ownDynDNS-netcup/pulls/13
This commit is contained in:
sujiba 2024-08-05 09:16:52 +00:00
commit 145407abab

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