M docker/biboumi-test/debian/Dockerfile => docker/biboumi-test/debian/Dockerfile +1 -1
@@ 27,7 27,7 @@ RUN apt install -y lcov
# Install botan
RUN git clone https://github.com/randombit/botan.git
-RUN cd botan && git checkout 1.11.28 && ./configure.py --prefix=/usr && make -j8 && make install
+RUN cd botan && ./configure.py --prefix=/usr && make -j8 && make install
RUN rm -rf /botan
# Install litesql
M docker/biboumi-test/fedora/Dockerfile => docker/biboumi-test/fedora/Dockerfile +1 -1
@@ 30,7 30,7 @@ RUN dnf install -y rpmdevtools
# Install botan
RUN git clone https://github.com/randombit/botan.git
-RUN cd botan && git checkout 1.11.28 && ./configure.py --prefix=/usr && make -j8 && make install
+RUN cd botan && ./configure.py --prefix=/usr && make -j8 && make install
RUN rm -rf /botan
# Install litesql