Skip to content

Commit

Permalink
Update toml11 to v4.3.0 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed Jan 16, 2025
1 parent 223d75a commit b39de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -xe && \
install -d /usr/include/date/ && \
install -m644 libcron/externals/date/include/date/* /usr/include/date/ && \
cd .. && \
git clone https://github.com/ToruNiina/toml11 --branch="v3.7.1" --depth=1 && \
git clone https://github.com/ToruNiina/toml11 --branch="v4.3.0" --depth=1 && \
cd toml11 && \
cmake -DCMAKE_CXX_STANDARD=11 . && \
make install -j $THREADS && \
Expand Down

0 comments on commit b39de30

Please sign in to comment.