1
0
Fork 0

update(build): images, tools

This commit is contained in:
ssube 2020-09-01 18:11:08 -05:00
parent ada193cf60
commit 8277f7c766
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
GIT_COMMIT_SHA: "${CI_COMMIT_SHA}"
.build-codecov:
image: apextoaster/codecov:3.1
image: apextoaster/codecov:3.7
tags:
- platform:k8s
- runner:shared
@ -52,7 +52,7 @@
DOCKER_HOST: tcp://localhost:2375
.build-node:
image: apextoaster/node:12.16
image: apextoaster/node:12.18
tags:
- platform:k8s
- runner:shared
@ -62,7 +62,7 @@
- echo "${NPM_SECRET}" | base64 -d > ${HOME}/.npmrc
.build-sonar:
image: apextoaster/sonar-scanner:3.3
image: apextoaster/sonar-scanner:4.4
tags:
- platform:k8s
- runner:shared