From 8b4780db2a127c2b8d84345c0cdab60f6a53b0d8 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Wed, 19 Aug 2020 16:09:23 +0200 Subject: [PATCH] [Lufi] Bump to 0.05.4 --- pica-lufi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pica-lufi/Dockerfile b/pica-lufi/Dockerfile index 8ccf1f1d..eff6b6a4 100644 --- a/pica-lufi/Dockerfile +++ b/pica-lufi/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster -ARG LUFI_BUILD_VERSION=0.05.2 +ARG LUFI_BUILD_VERSION=0.05.4 ENV APP_HOME=/lufi # Install dependencies -- GitLab