DCD-1525: upgrade image version for node 12

This commit is contained in:
Jun
2022-05-11 16:10:05 +10:00
parent dd608d1390
commit 1fbeffb036

View File

@@ -4,7 +4,7 @@
# #
# make > ../bitbucket-pipelines.yml # make > ../bitbucket-pipelines.yml
image: debian:buster image: debian:bullseye
options: options:
size: 2x size: 2x
@@ -363,11 +363,7 @@ pipelines:
- docker - docker
script: script:
- ./bin/install-ansible --dev - ./bin/install-ansible --dev
- apt-get update && apt-get install -y npm curl - apt-get update && apt-get install -y npm
- npm install npm@latest -g
- npm cache clean -f
- npm install -g n
- n stable
- npm install -g snyk - npm install -g snyk
- snyk auth $SNYK_TOKEN - snyk auth $SNYK_TOKEN
- pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation - pipenv run snyk monitor --severity-threshold=high --project-name=dc-deployments-automation