Skip to content

Commit c81d7ac

Browse files
authored
Merge pull request #20 from chainstack/feature/OPS-2998
Update Dockerfile
2 parents e1e591a + e3d7b9b commit c81d7ac

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.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/v2023.4.1/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)