diff --git a/extras/Dockerfile b/extras/Dockerfile index d9c21ff..471cbd0 100644 --- a/extras/Dockerfile +++ b/extras/Dockerfile @@ -4,13 +4,13 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt -y update && \ apt -y install --no-install-recommends build-essential wget libcurses-ocaml-dev zlib1g-dev bison texinfo python3 ubuntu-dev-tools && \ cd /tmp && \ - wget https://github.com/crash-utility/crash/archive/refs/tags/8.0.3.tar.gz && \ - tar -xvzf 8.0.3.tar.gz && \ - cd crash-8.0.3 && \ + wget https://github.com/crash-utility/crash/archive/refs/tags/8.0.5.tar.gz && \ + tar -xvzf 8.0.5.tar.gz && \ + cd crash-8.0.5 && \ make -j$(nproc) && \ make install && \ crash --version && \ - rm -rf /tmp/crash-8.0.3 + rm -rf /tmp/crash-8.0.5 COPY hotkdump /opt/hotkdump RUN chmod +x /opt/hotkdump/main.py && \ ln -sf /opt/hotkdump/main.py /usr/bin/hotkdump && \ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f3bedcf..0a827cd 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -40,7 +40,7 @@ apps: - network-bind parts: crash: - source: https://github.com/crash-utility/crash/archive/refs/tags/8.0.3.tar.gz + source: https://github.com/crash-utility/crash/archive/refs/tags/8.0.5.tar.gz plugin: make build-packages: # The list of packages needed to build `crash`