Update CI runner docker image to v1.1.0

This is needed to ensure CI runner has the updated ssh host key
for github. Also brings some other image improvements (changed base image)

NO-JIRA
This commit is contained in:
Marino Meneghel 2023-03-30 15:35:45 +02:00
parent a1bc112c1f
commit e57930ff1b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ before_script:
- export VERSION_NAME=$(grep -E "versionName " buildSrc/src/main/kotlin/ProtonMail.kt | awk '{print $5}' | sed s/\"//g)
- export VERSION_CODE=$(grep -E "versionCode " buildSrc/src/main/kotlin/ProtonMail.kt | awk '{print $5}' | sed s/\"//g)
image: ${CI_REGISTRY}/android/shared/docker-android:v1.0.0
image: ${CI_REGISTRY}/android/shared/docker-android:v1.1.0
cache:
key: ${CI_COMMIT_REF_SLUG}