From c4c4dbc685b4cdab3d5c81bb9807c05a9be43160 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Thu, 9 Mar 2023 15:07:40 +0100 Subject: [PATCH] Don't use alpine containers --- .drone.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index e41efc7..4a886ce 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -5,7 +5,7 @@ name: pomme-pipeline steps: - name: lint-frontend - image: node:18-alpine + image: node:18 commands: - corepack enable - corepack prepare pnpm@latest --activate @@ -26,7 +26,7 @@ steps: - name: 'cache' - path: '/go' - name: test-frontend - image: node:18-alpine + image: node:18 commands: - pnpm -F frontend test:unit depends_on: