Skip to content

Commit

Permalink
chore: updates version of approbation to the latest
Browse files Browse the repository at this point in the history
Updates the version of approbation on to 4.6.2 to get the updates from:

- vegaprotocol/approbation#130
  • Loading branch information
gordsport committed Jan 12, 2024
1 parent 8bf0e7e commit 0331571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/scripts/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ def approbationParams(def config=[:]) {

stringParam {
name('APPROBATION_TAG')
defaultValue('v4.6.1')
defaultValue('v4.6.2')
description('Approbation image tag. latest or specific version with v prefix')
trim(true)
}
Expand Down

0 comments on commit 0331571

Please sign in to comment.