Skip to content

Commit

Permalink
build: use semver
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 22, 2024
1 parent 01586ed commit 9cfdbc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"image": "golang",
"depName": "golang",
"datasource": "docker",
"versioning": "docker",
"startVersion": "1.22.0"
"versioning": "semver",
"startVersion": "1.22.0",
"extractVersion": "^(?<version>\\d+\\.\\d+\\.\\d+)$"
}

0 comments on commit 9cfdbc0

Please sign in to comment.