We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d708158 commit d3751e3Copy full SHA for d3751e3
tests/docker/bullseye/Dockerfile
@@ -28,7 +28,7 @@ RUN pip3 install pytest pycvc cryptography pyscard base58
28
WORKDIR /
29
RUN git clone https://github.com/OpenSC/OpenSC
30
WORKDIR /OpenSC
31
-RUN git checkout tags/0.23.0
+RUN git checkout tags/0.25.1
32
RUN ./bootstrap
33
RUN ./configure --enable-openssl
34
RUN make -j `nproc`
0 commit comments