From e7df382753c7343a808b4e6192446a83be472318 Mon Sep 17 00:00:00 2001 From: ssube Date: Fri, 28 Jun 2019 20:37:58 -0500 Subject: [PATCH] build: update image to node 11 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66bc8a5..5410594 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ stages: IMAGE_TAG: ssube/salty-dog:$CI_COMMIT_REF_SLUG .build-node: &build-node - image: apextoaster/node:10.1 + image: apextoaster/node:11.15 tags: - platform:k8s - runner:shared