diff --git a/Jenkinsfile b/Jenkinsfile index d4d6640..d68b78d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Build') { agent { docker { - image "ianwalter/pnpm" + image "gplane/pnpm" reuseNode true } }