Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm authored Jun 14, 2024
1 parent 3be9ce1 commit 3cb7a6c
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 v0.3.0 \
git checkout v0.4.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 v0.3.0 \
git checkout v0.4.0 \
rm -r .git \
)

Expand Down

0 comments on commit 3cb7a6c

Please sign in to comment.