Update keepassx + fix dependency

This commit is contained in:
auzias 2020-07-08 16:13:48 +02:00 committed by Mael
parent 52ac610b57
commit 693534fd46

View File

@ -11,11 +11,12 @@
FROM alpine:latest FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.5.4 ENV KEEPASSXC_VERSION "release/2.6.1"
RUN buildDeps=' \ RUN buildDeps=' \
automake \ automake \
argon2-dev \ argon2-dev \
asciidoctor \
bash \ bash \
cmake \ cmake \
curl-dev \ curl-dev \