Skip to content

Commit d3917a4

Browse files
authored
chore(deps): update container image frappe/erpnext to v15.94.0
1 parent 844440d commit d3917a4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

infra/gcp/frappe/docker-compose.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
backend:
3-
image: frappe/erpnext:v15.93.0
3+
image: frappe/erpnext:v15.94.0
44
deploy:
55
restart_policy:
66
condition: on-failure
@@ -9,7 +9,7 @@ services:
99
- logs:/home/frappe/frappe-bench/logs
1010

1111
configurator:
12-
image: frappe/erpnext:v15.93.0
12+
image: frappe/erpnext:v15.94.0
1313
deploy:
1414
restart_policy:
1515
condition: none
@@ -37,7 +37,7 @@ services:
3737
- logs:/home/frappe/frappe-bench/logs
3838

3939
create-site:
40-
image: frappe/erpnext:v15.93.0
40+
image: frappe/erpnext:v15.94.0
4141
deploy:
4242
restart_policy:
4343
condition: none
@@ -123,7 +123,7 @@ services:
123123

124124

125125
frontend:
126-
image: frappe/erpnext:v15.93.0
126+
image: frappe/erpnext:v15.94.0
127127
depends_on:
128128
- websocket
129129
deploy:
@@ -146,7 +146,7 @@ services:
146146
- logs:/home/frappe/frappe-bench/logs
147147

148148
queue-long:
149-
image: frappe/erpnext:v15.93.0
149+
image: frappe/erpnext:v15.94.0
150150
deploy:
151151
restart_policy:
152152
condition: on-failure
@@ -160,7 +160,7 @@ services:
160160
- logs:/home/frappe/frappe-bench/logs
161161

162162
queue-short:
163-
image: frappe/erpnext:v15.93.0
163+
image: frappe/erpnext:v15.94.0
164164
deploy:
165165
restart_policy:
166166
condition: on-failure
@@ -190,7 +190,7 @@ services:
190190
- redis-cache-data:/data
191191

192192
scheduler:
193-
image: frappe/erpnext:v15.93.0
193+
image: frappe/erpnext:v15.94.0
194194
deploy:
195195
restart_policy:
196196
condition: on-failure
@@ -202,7 +202,7 @@ services:
202202
- logs:/home/frappe/frappe-bench/logs
203203

204204
websocket:
205-
image: frappe/erpnext:v15.93.0
205+
image: frappe/erpnext:v15.94.0
206206
deploy:
207207
restart_policy:
208208
condition: on-failure

0 commit comments

Comments
 (0)