diff --git a/Dockerfile b/Dockerfile index f72cd05..7261cc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get -y install \ # Build time variables -ENV LSMB_VERSION 1.5.7 +ENV LSMB_VERSION 1.5.8 # Install LedgerSMB RUN apt-get -y install git cpanminus make gcc libperl-dev && \