Skip to content

Commit 42e3fb0

Browse files
authored
Bump everest-cmake to (#38)
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
1 parent 4d841db commit 42e3fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/images/build-env-base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN python3 -m pip install --break-system-packages \
6767

6868
# Install everest-cmake
6969
ARG EVEREST_CMAKE_PATH=/usr/lib/cmake/everest-cmake
70-
ARG EVEREST_CMAKE_VERSION=v0.4.3
70+
ARG EVEREST_CMAKE_VERSION=v0.4.4
7171
RUN git clone https://github.com/EVerest/everest-cmake.git ${EVEREST_CMAKE_PATH} \
7272
&& cd ${EVEREST_CMAKE_PATH} \
7373
&& git checkout ${EVEREST_CMAKE_VERSION} \

0 commit comments

Comments
 (0)