Update Jenkinsfile

This commit is contained in:
Adam Outler 2024-11-16 00:26:14 +00:00
parent ce68767640
commit a649fa87a4

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
agent { agent {
docker { docker {
alwaysPull true alwaysPull true
image 'alpine:3.14' image 'docker.io/alpine:3.14'
label 'Wrangler1' label 'Wrangler1'
args '-u root' args '-u root'
} }