Compare commits

...

2 commits

Author SHA1 Message Date
sujiba
5b93fe15d5 Merge pull request 'chore(deps): update php docker tag to v8.3.12' (#18) from renovate/php-8.x into dev
Some checks failed
build dev image / release_tag (push) Successful in 23s
build dev image / build-dev (push) Failing after 4m35s
build dev image / publish_release (push) Successful in 4s
Reviewed-on: https://git.smail.koeln/homelab/docker-ownDynDNS-netcup/pulls/18
2024-09-29 13:03:36 +00:00
5e842a881a chore(deps): update php docker tag to v8.3.12 2024-09-29 13:00:17 +00:00

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