From 1f50372e48958a8fff628e218ed78e9097a7cdee Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Fri, 20 May 2022 15:07:46 -0400 Subject: [PATCH] Switch to nodejs alpine image --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c281875..fe0ba8ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,9 +36,10 @@ build-openapi-scheme: deploy_spec: stage: deploy + image: node:16-alpine before_script: - apk update - - apk add nodejs npm lftp + - apk upgrade - nodejs -v - npm i -g npm@latest - npm install swagger-ui-dist@3.52.5 -- GitLab