Skip to content

Commit

Permalink
Bump everest-cmake to (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm authored Aug 8, 2024
1 parent 4d841db commit 42e3fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/build-env-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN python3 -m pip install --break-system-packages \

# Install everest-cmake
ARG EVEREST_CMAKE_PATH=/usr/lib/cmake/everest-cmake
ARG EVEREST_CMAKE_VERSION=v0.4.3
ARG EVEREST_CMAKE_VERSION=v0.4.4
RUN git clone https://github.com/EVerest/everest-cmake.git ${EVEREST_CMAKE_PATH} \
&& cd ${EVEREST_CMAKE_PATH} \
&& git checkout ${EVEREST_CMAKE_VERSION} \
Expand Down

0 comments on commit 42e3fb0

Please sign in to comment.