Skip to content

Commit

Permalink
fix: update cmake version on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Mar 7, 2024
1 parent 1b3f51c commit 227a2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_linter
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /src

RUN apt update \
&& apt install -y \
cmake=3.22.1-1ubuntu1.22.04.1 \
cmake=3.22.1-1ubuntu1.22.04.2 \
python3-pip=22.0.2+dfsg-1ubuntu0.4 \
software-properties-common=0.99.22.9 \
wget=1.21.2-2ubuntu1 \
Expand Down

0 comments on commit 227a2dd

Please sign in to comment.