Skip to content

Commit ffe0635

Browse files
committed
Merge branch 'update-dockerfile-leep-version' into 'master'
Dockerfile.*: update leep version to v1.0.1 See merge request hdl-libraries/bedrock!248
2 parents 9901ced + c81508f commit ffe0635

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.0
138+
leep==1.0.1
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.0
138+
leep==1.0.1
139139

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

0 commit comments

Comments
 (0)