Skip to content

Commit d3751e3

Browse files
committed
Upgrade opensc version in workflows.
Signed-off-by: Pol Henarejos <[email protected]>
1 parent d708158 commit d3751e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker/bullseye/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN pip3 install pytest pycvc cryptography pyscard base58
2828
WORKDIR /
2929
RUN git clone https://github.com/OpenSC/OpenSC
3030
WORKDIR /OpenSC
31-
RUN git checkout tags/0.23.0
31+
RUN git checkout tags/0.25.1
3232
RUN ./bootstrap
3333
RUN ./configure --enable-openssl
3434
RUN make -j `nproc`

0 commit comments

Comments
 (0)