Skip to content

Commit 0198ca9

Browse files
committed
fix: pin nview version for consistent builds
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 8ba5235 commit 0198ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
2929
COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
3030
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
3131
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
32-
COPY --from=ghcr.io/blinklabs-io/nview /usr/local/bin/nview /usr/local/bin/
32+
COPY --from=ghcr.io/blinklabs-io/nview:0.1.0 /usr/local/bin/nview /usr/local/bin/
3333
COPY bin/ /usr/local/bin/
3434
COPY config/ /opt/cardano/config/
3535
RUN apt-get update -y && \

0 commit comments

Comments
 (0)