Skip to content

Commit 3e15935

Browse files
committed
Fixed zip URL
1 parent 13f6158 commit 3e15935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

8.1/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ARG IGNITION_STABLE_ARMHF_DOWNLOAD_URL="https://files.inductiveautomation.com/re
1717
ARG IGNITION_STABLE_ARMHF_DOWNLOAD_SHA256="c865c0c89d760be510a60c59f9f1291ccc54d25244634de13bce33ee760ad996"
1818
ARG IGNITION_ARMHF_JRE_SUFFIX="arm32hf"
1919

20-
ARG IGNITION_STABLE_ARM64_DOWNLOAD_URL="https://files.inductiveautomation.com/release/ia/8.1.36/20240102-1152/Ignition-Edge-linux-aarch-64-8.1.36.zip"
21-
ARG IGNITION_STABLE_ARM64_DOWNLOAD_SHA256="20d90846e5cea5f56098397108d8c421cfb3d807db6ef90418d9bd4cf53043ba"
20+
ARG IGNITION_STABLE_ARM64_DOWNLOAD_URL="https://files.inductiveautomation.com/release/ia/8.1.36/20240102-1152/Ignition-linux-aarch-64-8.1.36.zip"
21+
ARG IGNITION_STABLE_ARM64_DOWNLOAD_SHA256="04c1cf1ba38e70c419820f51069a13c24fa86455a71726cbb7b3846c02591bb3"
2222
ARG IGNITION_ARM64_JRE_SUFFIX="aarch64"
2323

2424
# Retrieve Ignition Installer and Perform Ignition Installation

0 commit comments

Comments
 (0)