Skip to content

Commit 91c9530

Browse files
author
Vladimir Lukyanov
authored
Merge pull request #25 from chainstack/OPS-3396/new_version
OPS-3396: new release
2 parents eaff01b + 2c961b0 commit 91c9530

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
@@ -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/v2023.4.2/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.0.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)