chore(deps): update deblan/php docker tag to v8.3
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-01-27 23:07:19 +00:00
parent 3fe8426262
commit 98efcbcc1d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
steps:
dep:
image: deblan/php:8.2
image: deblan/php:8.3
commands:
- composer install
when:

View file

@ -1,4 +1,4 @@
FROM deblan/php:8.2
FROM deblan/php:8.3
WORKDIR /opt/app