From c01c4cb3563d005d43d683667a169026bac4a9a2 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 4 Nov 2022 21:40:40 +0100 Subject: [PATCH] feat: use node:16-alpine image --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d122b0d..cc58d2d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ pipeline: frontend: - image: node + image: node:16-alpine commands: - cd client && yarn install - cd client && yarn generate