From 9713971b171336851a40244431e6d665f0acccc5 Mon Sep 17 00:00:00 2001 From: Pieter van Staden <pieter@bob.co.za> Date: Mon, 15 Jul 2024 13:57:04 +0200 Subject: [PATCH] Infrastrastructure :: Update the docker image we use for the pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f74cf7..2d8319e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: shiplogic/ci-backend:latest +image: shiplogic/ci-wp-plugin:node18 variables: GIT_SUBMODULE_STRATEGY: recursive -- GitLab