Commit c439562abbd991c78047030223030e9924c374a9
Committed by
GitHub
1 parent
b9a2f320
fix for the cmake_config tests (#455)
Showing
1 changed file
with
1 additions
and
1 deletions
.github/actions/cmake_config/Dockerfile
| @@ -7,7 +7,7 @@ RUN apt-get update \ | @@ -7,7 +7,7 @@ RUN apt-get update \ | ||
| 7 | libidn11=1.33-2.1ubuntu1.2 \ | 7 | libidn11=1.33-2.1ubuntu1.2 \ |
| 8 | ca-certificates=20180409 \ | 8 | ca-certificates=20180409 \ |
| 9 | make=4.1-9.1ubuntu1 \ | 9 | make=4.1-9.1ubuntu1 \ |
| 10 | - git=1:2.17.1-1ubuntu0.5 \ | 10 | + git=1:2.17.1-1ubuntu0.7 \ |
| 11 | && apt-get clean \ | 11 | && apt-get clean \ |
| 12 | && rm -rf /var/lib/apt/lists/* | 12 | && rm -rf /var/lib/apt/lists/* |
| 13 | 13 |