Skip to content

Commit da1d111

Browse files
authored
Merge pull request #26 from chainstack/feature/OPS-3757
Harmony image upgrade
2 parents 91c9530 + a91672f commit da1d111

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:bullseye-slim
33
RUN adduser --disabled-password --gecos "" --no-create-home --uid 1000 harmony
44

55
RUN apt-get update -y && apt-get install wget curl procps net-tools htop -y
6-
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
6+
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
77

88
RUN mkdir -p /home/harmony
99
RUN chown -R harmony:harmony /home/harmony

0 commit comments

Comments
 (0)