Skip to content

Commit 2181847

Browse files
Dependencies: Update all non-major dependencies
1 parent 072b89e commit 2181847

7 files changed

Lines changed: 37 additions & 37 deletions

docker-compose.e2e.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ services:
200200
start_period: 10s
201201

202202
db-self-team-allocation:
203-
image: "postgres:15.18-alpine"
203+
image: "postgres:15.19-alpine"
204204
container_name: prompt-e2e-db-self-team-allocation
205205
environment:
206206
- POSTGRES_USER=${DB_SELF_TEAM_ALLOCATION_USER}
@@ -271,7 +271,7 @@ services:
271271
start_period: 10s
272272

273273
db-example:
274-
image: "postgres:15.18-alpine"
274+
image: "postgres:15.19-alpine"
275275
container_name: prompt-e2e-db-example
276276
environment:
277277
- POSTGRES_USER=${DB_EXAMPLE_USER}
@@ -339,7 +339,7 @@ services:
339339
start_period: 10s
340340

341341
db-assessment:
342-
image: "postgres:15.18-alpine"
342+
image: "postgres:15.19-alpine"
343343
container_name: prompt-e2e-db-assessment
344344
environment:
345345
- POSTGRES_USER=${DB_ASSESSMENT_USER}
@@ -432,7 +432,7 @@ services:
432432
start_period: 10s
433433

434434
db-interview:
435-
image: "postgres:15.18-alpine"
435+
image: "postgres:15.19-alpine"
436436
container_name: prompt-e2e-db-interview
437437
environment:
438438
- POSTGRES_USER=${DB_INTERVIEW_USER}
@@ -505,7 +505,7 @@ services:
505505
start_period: 10s
506506

507507
db-certificate:
508-
image: "postgres:15.18-alpine"
508+
image: "postgres:15.19-alpine"
509509
container_name: prompt-e2e-db-certificate
510510
environment:
511511
- POSTGRES_USER=${DB_CERTIFICATE_USER}
@@ -579,7 +579,7 @@ services:
579579
start_period: 10s
580580

581581
db-presentation:
582-
image: "postgres:15.18-alpine"
582+
image: "postgres:15.19-alpine"
583583
container_name: prompt-e2e-db-presentation
584584
environment:
585585
- POSTGRES_USER=${DB_PRESENTATION_USER}
@@ -648,7 +648,7 @@ services:
648648
start_period: 10s
649649

650650
db-team-allocation:
651-
image: "postgres:15.18-alpine"
651+
image: "postgres:15.19-alpine"
652652
container_name: prompt-e2e-db-team-allocation
653653
environment:
654654
- POSTGRES_USER=${DB_TEAM_ALLOCATION_USER}
@@ -679,7 +679,7 @@ services:
679679
init: true
680680

681681
db:
682-
image: "postgres:15.18-alpine"
682+
image: "postgres:15.19-alpine"
683683
container_name: prompt-e2e-db
684684
environment:
685685
- POSTGRES_USER=${DB_CORE_USER}
@@ -697,7 +697,7 @@ services:
697697
# No host port: only server-core talks to the DB, over the compose network.
698698

699699
keycloak-db:
700-
image: "postgres:15.18-alpine"
700+
image: "postgres:15.19-alpine"
701701
container_name: prompt-e2e-keycloak-db
702702
environment:
703703
- POSTGRES_USER=${KEYCLOAK_DB_USER}
@@ -842,7 +842,7 @@ services:
842842
# Mail catcher: the core server submits campaign mails here over SMTP (1025) and
843843
# the runner reads them back over the HTTP API (8025) to assert delivery.
844844
mailpit:
845-
image: axllent/mailpit:v1.21.8
845+
image: axllent/mailpit:v1.30.7
846846
container_name: prompt-e2e-mailpit
847847
environment:
848848
- MP_SMTP_AUTH_ACCEPT_ANY=true

docker-compose.extern.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
- prompt-network
7171

7272
db:
73-
image: "postgres:15.18-alpine"
73+
image: "postgres:15.19-alpine"
7474
container_name: prompt-db
7575
environment:
7676
- POSTGRES_USER=${DB_USER}
@@ -88,7 +88,7 @@ services:
8888
- prompt-network
8989

9090
keycloak-db:
91-
image: "postgres:15.18-alpine"
91+
image: "postgres:15.19-alpine"
9292
container_name: prompt-keycloak-db
9393
environment:
9494
- POSTGRES_USER=${KEYCLOAK_DB_USER}

docker-compose.minimal.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ services:
137137
- clients-base
138138

139139
db-team-allocation:
140-
image: "postgres:15.18-alpine"
140+
image: "postgres:15.19-alpine"
141141
container_name: prompt-db-team-allocation
142142
environment:
143143
- POSTGRES_USER=${DB_TEAM_ALLOCATION_USER}
@@ -200,7 +200,7 @@ services:
200200
- clients-base
201201

202202
db-self-team-allocation:
203-
image: "postgres:15.18-alpine"
203+
image: "postgres:15.19-alpine"
204204
container_name: prompt-db-self-team-allocation
205205
environment:
206206
- POSTGRES_USER=${DB_SELF_TEAM_ALLOCATION_USER}
@@ -263,7 +263,7 @@ services:
263263
- clients-base
264264

265265
db-assessment:
266-
image: "postgres:15.18-alpine"
266+
image: "postgres:15.19-alpine"
267267
container_name: prompt-db-assessment
268268
environment:
269269
- POSTGRES_USER=${DB_ASSESSMENT_USER}
@@ -327,7 +327,7 @@ services:
327327
- clients-base
328328

329329
db-interview:
330-
image: "postgres:15.18-alpine"
330+
image: "postgres:15.19-alpine"
331331
container_name: prompt-db-interview
332332
environment:
333333
- POSTGRES_USER=${DB_INTERVIEW_USER:-prompt-postgres}
@@ -403,7 +403,7 @@ services:
403403
- clients-base
404404

405405
db-presentation:
406-
image: "postgres:15.18-alpine"
406+
image: "postgres:15.19-alpine"
407407
container_name: prompt-db-presentation
408408
environment:
409409
- POSTGRES_USER=${DB_PRESENTATION_USER}
@@ -426,7 +426,7 @@ services:
426426

427427
# ── Infrastructure ─────────────────────────────────────────────────
428428
db:
429-
image: "postgres:15.18-alpine"
429+
image: "postgres:15.19-alpine"
430430
container_name: prompt-db
431431
environment:
432432
- POSTGRES_USER=${DB_CORE_USER}
@@ -444,7 +444,7 @@ services:
444444
- "5432:5432"
445445

446446
keycloak-db:
447-
image: "postgres:15.18-alpine"
447+
image: "postgres:15.19-alpine"
448448
container_name: prompt-keycloak-db
449449
environment:
450450
- POSTGRES_USER=${KEYCLOAK_DB_USER}

docker-compose.prod.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ services:
328328
- prompt-network
329329

330330
db:
331-
image: "postgres:15.18-alpine"
331+
image: "postgres:15.19-alpine"
332332
container_name: prompt-db
333333
environment:
334334
- POSTGRES_USER=${DB_USER}
@@ -348,7 +348,7 @@ services:
348348
- prompt-network
349349

350350
db-team-allocation:
351-
image: "postgres:15.18-alpine"
351+
image: "postgres:15.19-alpine"
352352
container_name: prompt-db-team-allocation
353353
environment:
354354
- POSTGRES_USER=${DB_USER}
@@ -368,7 +368,7 @@ services:
368368
- prompt-network
369369

370370
db-self-team-allocation:
371-
image: "postgres:15.18-alpine"
371+
image: "postgres:15.19-alpine"
372372
container_name: prompt-db-self-team-allocation
373373
environment:
374374
- POSTGRES_USER=${DB_USER}
@@ -388,7 +388,7 @@ services:
388388
- prompt-network
389389

390390
db-interview:
391-
image: "postgres:15.18-alpine"
391+
image: "postgres:15.19-alpine"
392392
container_name: prompt-db-interview
393393
environment:
394394
- POSTGRES_USER=${DB_USER}
@@ -408,7 +408,7 @@ services:
408408
- prompt-network
409409

410410
db-assessment:
411-
image: "postgres:15.18-alpine"
411+
image: "postgres:15.19-alpine"
412412
container_name: prompt-db-assessment
413413
environment:
414414
- POSTGRES_USER=${DB_USER}
@@ -428,7 +428,7 @@ services:
428428
- prompt-network
429429

430430
db-certificate:
431-
image: "postgres:15.18-alpine"
431+
image: "postgres:15.19-alpine"
432432
container_name: prompt-db-certificate
433433
environment:
434434
- POSTGRES_USER=${DB_USER}
@@ -448,7 +448,7 @@ services:
448448
- prompt-network
449449

450450
db-presentation:
451-
image: "postgres:15.18-alpine"
451+
image: "postgres:15.19-alpine"
452452
container_name: prompt-db-presentation
453453
environment:
454454
- POSTGRES_USER=${DB_USER}

docker-compose.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ services:
406406
image: ghcr.io/prompt-edu/prompt/prompt-clients-base:local
407407

408408
db:
409-
image: "postgres:15.18-alpine"
409+
image: "postgres:15.19-alpine"
410410
container_name: prompt-db
411411
environment:
412412
- POSTGRES_USER=${DB_CORE_USER}
@@ -424,7 +424,7 @@ services:
424424
- "5432:5432"
425425

426426
db-team-allocation:
427-
image: "postgres:15.18-alpine"
427+
image: "postgres:15.19-alpine"
428428
container_name: prompt-db-team-allocation
429429
environment:
430430
- POSTGRES_USER=${DB_TEAM_ALLOCATION_USER}
@@ -446,7 +446,7 @@ services:
446446
- "5434:5432"
447447

448448
db-assessment:
449-
image: "postgres:15.18-alpine"
449+
image: "postgres:15.19-alpine"
450450
container_name: prompt-db-assessment
451451
environment:
452452
- POSTGRES_USER=${DB_ASSESSMENT_USER}
@@ -469,7 +469,7 @@ services:
469469

470470
# Database for the example server
471471
db-example-server:
472-
image: "postgres:15.18-alpine"
472+
image: "postgres:15.19-alpine"
473473
container_name: prompt-db-example-server
474474
environment:
475475
- POSTGRES_USER=${DB_EXAMPLE_USER:-prompt-postgres}
@@ -490,7 +490,7 @@ services:
490490
- "5437:5432"
491491

492492
db-interview:
493-
image: "postgres:15.18-alpine"
493+
image: "postgres:15.19-alpine"
494494
container_name: prompt-db-interview
495495
environment:
496496
- POSTGRES_USER=${DB_INTERVIEW_USER:-prompt-postgres}
@@ -511,7 +511,7 @@ services:
511511
- "5438:5432"
512512

513513
db-self-team-allocation:
514-
image: "postgres:15.18-alpine"
514+
image: "postgres:15.19-alpine"
515515
container_name: prompt-db-self-team-allocation
516516
environment:
517517
- POSTGRES_USER=${DB_SELF_TEAM_ALLOCATION_USER}
@@ -533,7 +533,7 @@ services:
533533
- "5436:5432"
534534

535535
db-certificate:
536-
image: "postgres:15.18-alpine"
536+
image: "postgres:15.19-alpine"
537537
container_name: prompt-db-certificate
538538
environment:
539539
- POSTGRES_USER=${DB_CERTIFICATE_USER}
@@ -555,7 +555,7 @@ services:
555555
- "5439:5432"
556556

557557
db-presentation:
558-
image: "postgres:15.18-alpine"
558+
image: "postgres:15.19-alpine"
559559
container_name: prompt-db-presentation
560560
environment:
561561
- POSTGRES_USER=${DB_PRESENTATION_USER}
@@ -577,7 +577,7 @@ services:
577577
- "5440:5432"
578578

579579
keycloak-db:
580-
image: "postgres:15.18-alpine"
580+
image: "postgres:15.19-alpine"
581581
container_name: prompt-keycloak-db
582582
environment:
583583
- POSTGRES_USER=${KEYCLOAK_DB_USER}

template-repository/repo/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
restart: unless-stopped
4141

4242
db:
43-
image: "postgres:15.18-alpine"
43+
image: "postgres:15.19-alpine"
4444
container_name: phase-db
4545
environment:
4646
- POSTGRES_USER=${DB_EXAMPLE_USER}

template-repository/repo/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- "3001:80"
3535

3636
db:
37-
image: "postgres:15.18-alpine"
37+
image: "postgres:15.19-alpine"
3838
container_name: phase-db
3939
environment:
4040
- POSTGRES_USER=${DB_EXAMPLE_USER:-prompt-postgres}

0 commit comments

Comments
 (0)