From 54825690b0dee1d41fe17e35f1e588505a17f0e9 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 11 Jul 2019 18:09:46 +0200 Subject: [PATCH] gitlab-ci.yml: use alpine:latest, not :3.8 (!490) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23103de1e..d2b5ceae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ --- # global settings -image: alpine:3.8 +image: alpine:latest after_script: - .gitlab-ci/move_logs.sh $CI_PROJECT_DIR stages: