update docker build versions

This commit is contained in:
Jakob Ketterl
2021-05-06 19:30:07 +02:00
parent f86487f459
commit 8a7182f9d5
3 changed files with 3 additions and 6 deletions

View File

@ -25,8 +25,7 @@ apt-get update
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
git clone https://github.com/jketterl/runds_connector.git
# latest from develop as of 2021-02-03 (clean-up after ammos)
cmakebuild runds_connector b10f3d9a8c98483db0b11b055e357a9dea54de1b
cmakebuild runds_connector 0.1.0
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean