chore: update DIE-engine to version 3.11 in Dockerfile

This commit is contained in:
horsicq 2025-12-20 00:51:28 +01:00
commit 03c77a2b85

View file

@ -2,9 +2,9 @@ FROM ubuntu:24.04
RUN apt update -qq && apt upgrade -y && apt install -y wget && \
# Beta version needed to support recent signatures
wget https://github.com/horsicq/DIE-engine/releases/download/Beta/die_3.10_Ubuntu_24.04_amd64.deb && \
apt install -y ./die_3.10_Ubuntu_24.04_amd64.deb && \
rm die_3.10_Ubuntu_24.04_amd64.deb && rm -rf /usr/lib/die/db
wget https://github.com/horsicq/DIE-engine/releases/download/Beta/die_3.11_Ubuntu_24.04_amd64.deb && \
apt install -y ./die_3.11_Ubuntu_24.04_amd64.deb && \
rm die_3.11_Ubuntu_24.04_amd64.deb && rm -rf /usr/lib/die/db
# db update
COPY ./db /usr/lib/die/db