Skip to content

Commit

Permalink
ZIL-4805: fixed Dockerfile - missin REGISTRY parameter in FROM
Browse files Browse the repository at this point in the history
          statement.
  • Loading branch information
yaron-zilliqa committed Sep 13, 2022
1 parent 4245f36 commit 5602418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN strip /usr/local/bin/grepperf \
/usr/local/lib/libTrie.so

# start from a new ubuntu as the runner image
FROM zilliqa:v8.2.0-deps
FROM ${REGISTRY}zilliqa:v8.2.0-deps

# install all necessary libraries
RUN apt-get update \
Expand Down

0 comments on commit 5602418

Please sign in to comment.