@@ -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
0 commit comments