We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a66f71 + 9405206 commit 4efeb64Copy full SHA for 4efeb64
Dockerfile
@@ -3,7 +3,7 @@ FROM debian:bullseye-slim
3
RUN adduser --disabled-password --gecos "" --no-create-home --uid 1000 harmony
4
5
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/v4.3.2/harmony && chmod +x harmony && mv harmony /usr/local/bin/harmony
+RUN wget --no-check-certificate https://s3.us-west-1.amazonaws.com/pub.harmony.one/release/linux-x86_64/fixvc/static/harmony && chmod +x harmony && mv harmony /usr/local/bin/harmony
7
8
RUN mkdir -p /home/harmony
9
RUN chown -R harmony:harmony /home/harmony
0 commit comments