@@ -54,6 +54,7 @@ COPY --from=builder /tmp/bitgo/modules/blockapis /var/modules/blockapis/
54
54
COPY --from=builder /tmp/bitgo/modules/sdk-api /var/modules/sdk-api/
55
55
COPY --from=builder /tmp/bitgo/modules/sdk-hmac /var/modules/sdk-hmac/
56
56
COPY --from=builder /tmp/bitgo/modules/unspents /var/modules/unspents/
57
+ COPY --from=builder /tmp/bitgo/modules/utxo-core /var/modules/utxo-core/
57
58
COPY --from=builder /tmp/bitgo/modules/account-lib /var/modules/account-lib/
58
59
COPY --from=builder /tmp/bitgo/modules/sdk-coin-algo /var/modules/sdk-coin-algo/
59
60
COPY --from=builder /tmp/bitgo/modules/sdk-coin-apt /var/modules/sdk-coin-apt/
@@ -137,6 +138,7 @@ cd /var/modules/blockapis && yarn link && \
137
138
cd /var/modules/sdk-api && yarn link && \
138
139
cd /var/modules/sdk-hmac && yarn link && \
139
140
cd /var/modules/unspents && yarn link && \
141
+ cd /var/modules/utxo-core && yarn link && \
140
142
cd /var/modules/account-lib && yarn link && \
141
143
cd /var/modules/sdk-coin-algo && yarn link && \
142
144
cd /var/modules/sdk-coin-apt && yarn link && \
@@ -223,6 +225,7 @@ RUN cd /var/bitgo-express && \
223
225
yarn link @bitgo/sdk-api && \
224
226
yarn link @bitgo/sdk-hmac && \
225
227
yarn link @bitgo/unspents && \
228
+ yarn link @bitgo/utxo-core && \
226
229
yarn link @bitgo/account-lib && \
227
230
yarn link @bitgo/sdk-coin-algo && \
228
231
yarn link @bitgo/sdk-coin-apt && \
@@ -292,9 +295,9 @@ RUN cd /var/bitgo-express && \
292
295
# LINK_END
293
296
294
297
# LABEL_START
295
- LABEL created="Wed, 05 Feb 2025 01:26:16 GMT"
296
- LABEL version=10.6.13
297
- LABEL git_hash=060d16601145c1b549f1e17676870f4ccfb68433
298
+ LABEL created="Tue, 11 Feb 2025 17:38:58 GMT"
299
+ LABEL version=10.6.14
300
+ LABEL git_hash=a95964e29d990bc5dc45d2140d657219afb11cbd
298
301
# LABEL_END
299
302
300
303
USER node
0 commit comments