Skip to content

Commit d2b8e37

Browse files
authored
Merge pull request #2 from linuxserver/artifact
update artifact name (upstream switched ci and the name format changed)
2 parents 8edc693 + c2d198d commit d2b8e37

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
@@ -26,7 +26,7 @@ RUN \
2626
cd /tmp && \
2727
curl -o \
2828
/tmp/altus.app -L \
29-
"https://github.com/amanharwara/altus/releases/download/${ALTUS_VERSION}/Altus-${ALTUS_VERSION}-x86_64.AppImage" && \
29+
"https://github.com/amanharwara/altus/releases/download/${ALTUS_VERSION}/Altus-${ALTUS_VERSION}.AppImage" && \
3030
chmod +x /tmp/altus.app && \
3131
./altus.app --appimage-extract && \
3232
mv squashfs-root /opt/altus && \

0 commit comments

Comments
 (0)