Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #1310

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ services:
- jami

redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: palaute_test_redis

db:
image: postgres:15.7
image: postgres:15.8
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -52,7 +52,7 @@ services:
- jami-db

jami-db:
image: postgres:13.15
image: postgres:13.16
environment:
- POSTGRES_PASSWORD=postgres
container_name: jami-db
2 changes: 1 addition & 1 deletion docker-compose.lw-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ services:
- 9229:9229
container_name: tuni-kpj-palaute_dev
redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: tuni-kpj-palaute_redis
2 changes: 1 addition & 1 deletion docker-compose.redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: tuni-kpj-palaute_redis
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ services:
container_name: palaute_app_test

redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: palaute_test_redis

db:
image: postgres:15.7
image: postgres:15.8
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -50,7 +50,7 @@ services:
container_name: jami

jami-db:
image: postgres:13.15
image: postgres:13.16
environment:
- POSTGRES_PASSWORD=postgres
container_name: jami-db
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- 9229:9229
container_name: palaute_dev
db:
image: postgres:15.7
image: postgres:15.8
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -31,7 +31,7 @@ services:
- pg_data:/data
container_name: palaute_db
redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: palaute_redis
adminer: # http://localhost:8080/?pgsql=db&username=postgres&db=postgres&ns=public
Expand All @@ -52,7 +52,7 @@ services:
- 3003:3003
container_name: jami
jami-db:
image: postgres:15.7
image: postgres:15.8
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down
Loading