From 537d1ca908044f2054d605bd189aa5b7c773f0dc Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Mon, 7 Feb 2022 23:49:33 +0100 Subject: [PATCH] feat(list): update pipeline fix build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 928764b..3907325 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ name: feature steps: - name: Run tests - image: registry.riba-interactive.de/alpine-build:latest + image: registry.riba-interactive.de/alpine-build:1 commands: - cmake -S. -Bbuild - cd build