summaryrefslogtreecommitdiffstats
path: root/Containerfile.appimage
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2023-01-27 13:03:51 -0800
committerMark Wong <markwkm@gmail.com>2023-01-27 13:03:51 -0800
commit347ae4c6f5579b39729436c28504df9aa539670d (patch)
tree30997d9c2b7008ae731f7763e411775e59ed890d /Containerfile.appimage
parent4e76c4e56619eec16977f421257b72a20e0df5a2 (diff)
Use AppImageKit v13
Diffstat (limited to 'Containerfile.appimage')
-rw-r--r--Containerfile.appimage4
1 files changed, 2 insertions, 2 deletions
diff --git a/Containerfile.appimage b/Containerfile.appimage
index 5646039..113b122 100644
--- a/Containerfile.appimage
+++ b/Containerfile.appimage
@@ -21,8 +21,8 @@ RUN yum -y update && \
yum -y clean all
WORKDIR /usr/local
-# Release 12 is the latest that will run on CentOS 6.
-RUN curl -OL https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-x86_64.AppImage && \
+
+RUN curl -OL https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-x86_64.AppImage && \
chmod +x appimagetool-x86_64.AppImage && \
./appimagetool-x86_64.AppImage --appimage-extract && \
chmod 0755 squashfs-root && \