From 3b38ad688bc013ed232f87885f1b6f63d0d116d8 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 28 Feb 2020 02:00:22 +0100 Subject: [PATCH] use alpine edge image instead of latest (stable) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3539e5a..97dc666 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: test build pull: if-not-exists - image: spritsail/alpine-cmake:latest + image: spritsail/alpine-cmake:edge commands: - cmake CMakeLists.txt - make