Skip to content

Commit 19dffda

Browse files
authored
chore(deps): unpin rqlite (#5894)
1 parent 73f4543 commit 19dffda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image-deps-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Get latest rqlite version from registry
3232
rqlite_version=$(skopeo list-tags docker://proxy.replicated.com/library/rqlite | \
3333
jq -r '.Tags[]' | \
34-
grep -E '^9\.[0-9]+\.[0-9]+$' | \
34+
grep -E '[0-9]+\.[0-9]+\.[0-9]+$' | \
3535
sort -V | \
3636
tail -n 1)
3737

0 commit comments

Comments
 (0)