gitlab-ci.yml: use alpine:latest, not :3.8 (!490)

This commit is contained in:
Oliver Smith 2019-07-11 18:09:46 +02:00
parent 5406010320
commit 54825690b0
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -1,7 +1,7 @@
---
# global settings
image: alpine:3.8
image: alpine:latest
after_script:
- .gitlab-ci/move_logs.sh $CI_PROJECT_DIR
stages: