Skip to content
Snippets Groups Projects
Commit 1f50372e authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Switch to nodejs alpine image

parent 3c5b7e81
No related branches found
No related tags found
No related merge requests found
Pipeline #1958 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment