Skip to content

Commit

Permalink
bump everest-cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jun 13, 2024
1 parent 58337ed commit 3be9ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN git clone https://github.com/EVerest/everest-cmake.git $EVEREST_CMAKE_PATH

RUN ( \
cd $EVEREST_CMAKE_PATH \
git checkout 329f8db \
git checkout v0.3.0 \
rm -r .git \
)

Expand Down
2 changes: 1 addition & 1 deletion docker/images/build-kit/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN git clone https://github.com/EVerest/everest-cmake.git $EVEREST_CMAKE_PATH

RUN ( \
cd $EVEREST_CMAKE_PATH \
git checkout 329f8db \
git checkout v0.3.0 \
rm -r .git \
)

Expand Down

0 comments on commit 3be9ce1

Please sign in to comment.