Skip to content

Commit 9678b16

Browse files
committed
Bump version to 4.3.4-2
1 parent f5a9282 commit 9678b16

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://s3.us-west-1.amazonaws.com/pub.harmony.one/release/linux-x86_64/upgrade/static/harmony && chmod +x harmony && mv harmony /usr/local/bin/harmony
6+
RUN wget --no-check-certificate https://s3.us-west-1.amazonaws.com/pub.harmony.one/release/linux-x86_64/v7333-v4.3.4-2-g2312aaa2/static/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)