* #5 - (php) Bump laravel/framework from 9.9.0 to 9.10.1 Bumps [laravel/framework](https://github.com/laravel/framework) from 9.9.0 to 9.10.1. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md) - [Commits](https://github.com/laravel/framework/compare/v9.9.0...v9.10.1) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * #5 - May 2022 composer update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
database:
|
||||
image: postgres:13
|
||||
image: postgres:14
|
||||
container_name: toby-db-dev
|
||||
environment:
|
||||
- PGPASSWORD=${DOCKER_DEV_DB_ROOT_PASSWORD}
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
database-test:
|
||||
image: postgres:13
|
||||
image: postgres:14
|
||||
container_name: toby-db-test
|
||||
environment:
|
||||
- PGPASSWORD=${DOCKER_TEST_DB_ROOT_PASSWORD}
|
||||
@@ -65,7 +65,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
redis:
|
||||
image: redis:6
|
||||
image: redis:7
|
||||
container_name: toby-redis
|
||||
ports:
|
||||
- ${FORWARD_REDIS_PORT:-6379}:6379
|
||||
@@ -76,7 +76,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
node:
|
||||
image: node:17.2.0-alpine3.14
|
||||
image: node:18.1.0-alpine3.14
|
||||
container_name: toby-node
|
||||
working_dir: /application
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user