fix(deps): update all non-major dependencies
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
eef19f620c
commit
ed8f5b7a6c
3 changed files with 27 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM php:8.2-apache
|
||||
FROM php:8.4-apache
|
||||
|
||||
RUN apt-get update -y && apt-get upgrade -y
|
||||
RUN apt-get install -y vim curl 7zip libicu-dev
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
- ../:/var/www
|
||||
- ./apache/sites/symfony-skeleton.conf:/etc/apache2/sites-available/000-default.conf
|
||||
database:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.4
|
||||
container_name: ${PROJECT_NAME}-db
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue