Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leonismoe committed Dec 17, 2024
1 parent d0fe433 commit 329ac44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
],
"customDatasources": {
"alpine": {
"defaultRegistryUrlTemplate": "https://pkgs.alpinelinux.org/package/v3.20/main/x86_64/{{packageName}}",
"defaultRegistryUrlTemplate": "https://pkgs.alpinelinux.org/package/3.21/main/x86_64/{{packageName}}",
"format": "plain",
"transformTemplates": [
"( $version := releases[version ~> /^\\s*\\d+(\\.\\d+)*(_[a-zA-Z]+\\d+)?-r\\d+\\s*$/].version; { 'releases': [{ 'version': $version }], 'tags': { 'latest': $version } })"
]
},
"alpine-community": {
"defaultRegistryUrlTemplate": "https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/{{packageName}}",
"defaultRegistryUrlTemplate": "https://pkgs.alpinelinux.org/package/3.21/community/x86_64/{{packageName}}",
"format": "plain",
"transformTemplates": [
"( $version := releases[version ~> /^\\s*\\d+(\\.\\d+)*(_[a-zA-Z]+\\d+)?-r\\d+\\s*$/].version; { 'releases': [{ 'version': $version }], 'tags': { 'latest': $version } })"
Expand Down

0 comments on commit 329ac44

Please sign in to comment.