summaryrefslogtreecommitdiffstats
path: root/Containerfile.appimage
diff options
context:
space:
mode:
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 && \