chore: update seed job base image to use java17 by default

This commit is contained in:
brokenpip3 2024-02-21 00:28:38 +01:00
parent ceb971e6f9
commit d48603cebf
No known key found for this signature in database
GPG Key ID: 1D9BDC803797B4B6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const (
AgentName = "seed-job-agent"
// DefaultAgentImage is the default image used for the seed-job agent
defaultAgentImage = "jenkins/inbound-agent:4.10-3"
defaultAgentImage = "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-3"
creatingGroovyScriptName = "seed-job-groovy-script.groovy"