Skip to content

Commit

Permalink
fix: use semver versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 25, 2024
1 parent 0ed5c98 commit 9aaf2a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"image": "php",
"depName": "php",
"datasource": "docker",
"versioning": "docker",
"versioning": "semver",
"extractVersion": "^(?<version>\\d+\\.\\d+\\.\\d+)$",
"startVersion": "7.4.0",
"ignoredVersions": [],
"reverse": true
Expand Down

0 comments on commit 9aaf2a6

Please sign in to comment.