Skip to content

Commit

Permalink
Merge pull request #23 from chainstack/feature/upgrade_to_2023.4.2
Browse files Browse the repository at this point in the history
Bump Version to 2023.4.2
  • Loading branch information
Vladimir Lukyanov committed Dec 19, 2023
2 parents f27a596 + c01292e commit eaff01b
Showing 1 changed file with 1 addition and 1 deletion.
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/v2023.4.1/harmony && chmod +x harmony && mv harmony /usr/local/bin/harmony
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

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

0 comments on commit eaff01b

Please sign in to comment.