Fixed libqrencode version when building

This commit is contained in:
kexkey
2020-10-01 10:56:49 -04:00
parent 224bbd9e88
commit 7659a9da7c

View File

@@ -23,7 +23,7 @@ RUN apk add --update --no-cache \
git \
pkgconfig
RUN git clone https://github.com/fukuchi/libqrencode.git \
RUN git clone -b v4.1.0 https://github.com/fukuchi/libqrencode.git \
&& cd libqrencode \
&& ./autogen.sh \
&& ./configure \