File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ services:
114114 # Rafiki
115115 rafiki-auth :
116116 container_name : rafiki-auth
117- image : ghcr.io/interledger/rafiki-auth:v1.1.1 -beta
117+ image : ghcr.io/interledger/rafiki-auth:v1.1.2 -beta
118118 restart : always
119119 networks :
120120 - testnet
@@ -140,7 +140,7 @@ services:
140140
141141 rafiki-backend :
142142 container_name : rafiki-backend
143- image : ghcr.io/interledger/rafiki-backend:v1.1.1 -beta
143+ image : ghcr.io/interledger/rafiki-backend:v1.1.2 -beta
144144 restart : always
145145 privileged : true
146146 volumes :
@@ -190,7 +190,7 @@ services:
190190
191191 rafiki-frontend :
192192 container_name : rafiki-frontend
193- image : ghcr.io/interledger/rafiki-frontend:v1.1.1 -beta
193+ image : ghcr.io/interledger/rafiki-frontend:v1.1.2 -beta
194194 depends_on :
195195 - rafiki-backend
196196 restart : always
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ services:
129129 << : *logging
130130
131131 rafiki-auth :
132- image : ghcr.io/interledger/rafiki-auth:v1.1.1 -beta
132+ image : ghcr.io/interledger/rafiki-auth:v1.1.2 -beta
133133 container_name : rafiki-auth
134134 environment :
135135 NODE_ENV : ${NODE_ENV}
@@ -156,7 +156,7 @@ services:
156156 << : *logging
157157
158158 rafiki-backend :
159- image : ghcr.io/interledger/rafiki-backend:v1.1.1 -beta
159+ image : ghcr.io/interledger/rafiki-backend:v1.1.2 -beta
160160 container_name : rafiki-backend
161161 depends_on :
162162 - postgres
@@ -228,7 +228,7 @@ services:
228228 << : *logging
229229
230230 rafiki-frontend :
231- image : ghcr.io/interledger/rafiki-frontend:v1.1.1 -beta
231+ image : ghcr.io/interledger/rafiki-frontend:v1.1.2 -beta
232232 container_name : rafiki-frontend
233233 depends_on :
234234 - rafiki-backend
You can’t perform that action at this time.
0 commit comments