Skip to content

Commit 117437d

Browse files
committed
Dockerfile.*: update leep version to v1.0.2
1 parent f7512a8 commit 117437d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.bedrock_testing_base_bookworm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ RUN mkdir ${LITEX_INSTALL_PATH} && \
135135

136136
# Install leep from PyPi
137137
RUN pip3 install \
138-
leep==1.0.1
138+
leep==1.0.2
139139

140140
# Install sv2v
141141
RUN apt-get update && \

Dockerfile.bedrock_testing_base_trixie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ RUN mkdir ${LITEX_INSTALL_PATH} && \
135135

136136
# Install leep from PyPi
137137
RUN pip3 install \
138-
leep==1.0.1
138+
leep==1.0.2
139139

140140
# Install sv2v
141141
RUN apt-get update && \

0 commit comments

Comments
 (0)