update pkg versions to match Ubuntu 24.04 LTS
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 6m59s

This commit is contained in:
en 2025-03-05 18:22:22 +00:00
parent 9a9c612951
commit d637b4f422

View File

@ -29,7 +29,7 @@ RUN make -j4
FROM base AS cloudron
RUN apt update && apt install -y --no-install-recommends \
liblmdb0 libflatbuffers1 libsecp256k1-0 libb2-1 libzstd1 \
liblmdb0 libflatbuffers2 libsecp256k1-1 libb2-1 libzstd1 \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code