From f79bd0c048f2e58456e1bf8dcbd26f0b1abb13cb Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sun, 9 Apr 2023 12:23:47 +0200 Subject: [PATCH] Fix docker image for frontend ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3d49aa0..f18da97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ name: Build frontend steps: - name: Build frontend - image: yarn:apline + image: node:alpine commands: - cd frontend - yarn install