From 1fbeffb0360fe5d9c417617d476e3508ef7cf736 Mon Sep 17 00:00:00 2001 From: Jun Date: Wed, 11 May 2022 16:10:05 +1000 Subject: [PATCH] DCD-1525: upgrade image version for node 12 --- bitbucket-pipelines.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a84711a..170e984 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,7 +4,7 @@ # # make > ../bitbucket-pipelines.yml -image: debian:buster +image: debian:bullseye options: size: 2x @@ -363,11 +363,7 @@ pipelines: - docker script: - ./bin/install-ansible --dev - - apt-get update && apt-get install -y npm curl - - npm install npm@latest -g - - npm cache clean -f - - npm install -g n - - n stable + - apt-get update && apt-get install -y npm - npm install -g snyk - snyk auth $SNYK_TOKEN - pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation