From 304a862931c061fa4fa9f18b4380e8e8fe4ba2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Sat, 16 Aug 2025 01:26:02 +0300 Subject: [PATCH] try to bump libargon deb ver? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcec29d..6d5c0ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \ uwsgi \ uwsgi-plugin-python3 \ sqlite3 \ - libargon2-0 \ + libargon2-1 \ imagemagick \ && rm -rf /var/lib/apt/lists/*