Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115849
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
876 B
Subscribers
None
View Options
diff --git a/chronik-client.Dockerfile b/chronik-client.Dockerfile
index 13e204be9..ad70e1b95 100644
--- a/chronik-client.Dockerfile
+++ b/chronik-client.Dockerfile
@@ -1,20 +1,20 @@
# 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 chronik-client
WORKDIR /app/modules/chronik-client
# Copy all project files as they are required for building
COPY modules/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
RUN npm ci
# Publish the module
# Note this will also npm run build, as this is the prepublish script
CMD [ "npm", "publish" ]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Mar 2, 12:17 (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187820
Default Alt Text
(876 B)
Attached To
rABC Bitcoin ABC
Event Timeline
Log In to Comment