From 1ce22832670e910a77abd031527cb44583e9fc3e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Sep 2022 20:15:49 -0400 Subject: [PATCH] *Update apk command --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b91c8dd..a6b766e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: node:18.5.0-alpine commands: - - apk -y install git + - apk --update --no-cache add install git - yarn - yarn build package: