Skip to content

Commit

Permalink
Merge pull request #26 from chainstack/feature/OPS-3757
Browse files Browse the repository at this point in the history
Harmony image upgrade
  • Loading branch information
Spich3000 committed Jun 17, 2024
2 parents 91c9530 + a91672f commit da1d111
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-slim
RUN adduser --disabled-password --gecos "" --no-create-home --uid 1000 harmony

RUN apt-get update -y && apt-get install wget curl procps net-tools htop -y
RUN wget --no-check-certificate https://github.com/harmony-one/harmony/releases/download/v2024.0.0/harmony && chmod +x harmony && mv harmony /usr/local/bin/harmony
RUN wget --no-check-certificate https://github.com/harmony-one/harmony/releases/download/v2024.1.0/harmony && chmod +x harmony && mv harmony /usr/local/bin/harmony

RUN mkdir -p /home/harmony
RUN chown -R harmony:harmony /home/harmony
Expand Down

0 comments on commit da1d111

Please sign in to comment.