Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13710985
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/mock-chronik-client.Dockerfile b/mock-chronik-client.Dockerfile
index 3b5c12f90b..6aa6b6d3d5 100644
--- a/mock-chronik-client.Dockerfile
+++ b/mock-chronik-client.Dockerfile
@@ -1,24 +1,24 @@
# Copyright (c) 2024 The Bitcoin developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
# Node image for running npm publish
FROM node:20-bookworm-slim
# Build mock-chronik-client
WORKDIR /app/modules/mock-chronik-client
# Copy all project files as they are required for building
COPY modules/mock-chronik-client .
# Install ecashaddrjs from npm, so that module users install it automatically
-RUN npm install ecashaddrjs@latest
+RUN npm install ecashaddrjs@2.0.0
# Install chronik-client from npm, so that module users install it automatically
# Note that in practice any user of chronik-client probably already has chronik-client installed
# So it won't really be bloating their node_modules
-RUN npm install chronik-client@latest
+RUN npm install chronik-client@2.1.1
RUN npm ci
RUN npm run build
# Publish the module
CMD [ "npm", "publish" ]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Apr 27, 09:59 (20 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5573179
Default Alt Text
(1 KB)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment