Skip to content

Commit 74931ff

Browse files
chore(root): release express
TICKET: WP-00000
1 parent a95964e commit 74931ff

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ COPY --from=builder /tmp/bitgo/modules/blockapis /var/modules/blockapis/
5454
COPY --from=builder /tmp/bitgo/modules/sdk-api /var/modules/sdk-api/
5555
COPY --from=builder /tmp/bitgo/modules/sdk-hmac /var/modules/sdk-hmac/
5656
COPY --from=builder /tmp/bitgo/modules/unspents /var/modules/unspents/
57+
COPY --from=builder /tmp/bitgo/modules/utxo-core /var/modules/utxo-core/
5758
COPY --from=builder /tmp/bitgo/modules/account-lib /var/modules/account-lib/
5859
COPY --from=builder /tmp/bitgo/modules/sdk-coin-algo /var/modules/sdk-coin-algo/
5960
COPY --from=builder /tmp/bitgo/modules/sdk-coin-apt /var/modules/sdk-coin-apt/
@@ -137,6 +138,7 @@ cd /var/modules/blockapis && yarn link && \
137138
cd /var/modules/sdk-api && yarn link && \
138139
cd /var/modules/sdk-hmac && yarn link && \
139140
cd /var/modules/unspents && yarn link && \
141+
cd /var/modules/utxo-core && yarn link && \
140142
cd /var/modules/account-lib && yarn link && \
141143
cd /var/modules/sdk-coin-algo && yarn link && \
142144
cd /var/modules/sdk-coin-apt && yarn link && \
@@ -223,6 +225,7 @@ RUN cd /var/bitgo-express && \
223225
yarn link @bitgo/sdk-api && \
224226
yarn link @bitgo/sdk-hmac && \
225227
yarn link @bitgo/unspents && \
228+
yarn link @bitgo/utxo-core && \
226229
yarn link @bitgo/account-lib && \
227230
yarn link @bitgo/sdk-coin-algo && \
228231
yarn link @bitgo/sdk-coin-apt && \
@@ -292,9 +295,9 @@ RUN cd /var/bitgo-express && \
292295
#LINK_END
293296

294297
#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
298301
#LABEL_END
299302

300303
USER node

0 commit comments

Comments
 (0)